org.opencrx.kernel.base.cci2
Interface ChartQuery

All Superinterfaces:
AnyTypePredicate
All Known Subinterfaces:
ChartQuery

public interface ChartQuery
extends AnyTypePredicate


Method Summary
 AnyTypePredicate chart()
           
 StringTypePredicate chartMimeType()
           
 StringTypePredicate chartName()
           
 StringTypePredicate description()
           
 SimpleTypeOrder orderByChart()
          Allows to adds a sort instruction for Chart depending the feature chart Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByChartMimeType()
          Allows to adds a sort instruction for Chart depending the feature chartMimeType Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByChartName()
          Allows to adds a sort instruction for Chart depending the feature chartName Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByDescription()
          Allows to adds a sort instruction for Chart depending the feature description Note: The order in which orderBy… instructions are given is relevant!
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

chart

AnyTypePredicate chart()

orderByChart

SimpleTypeOrder orderByChart()
Allows to adds a sort instruction for Chart depending the feature chart Note: The order in which orderBy… instructions are given is relevant!


chartMimeType

StringTypePredicate chartMimeType()

orderByChartMimeType

SimpleTypeOrder orderByChartMimeType()
Allows to adds a sort instruction for Chart depending the feature chartMimeType Note: The order in which orderBy… instructions are given is relevant!


chartName

StringTypePredicate chartName()

orderByChartName

SimpleTypeOrder orderByChartName()
Allows to adds a sort instruction for Chart depending the feature chartName Note: The order in which orderBy… instructions are given is relevant!


description

StringTypePredicate description()

orderByDescription

SimpleTypeOrder orderByDescription()
Allows to adds a sort instruction for Chart depending the feature description Note: The order in which orderBy… instructions are given is relevant!



This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.