org.openmdx.ui1.cci
Class AlternateElementDefinitionFilterImpl

java.lang.Object
  extended by org.openmdx.base.accessor.jmi.spi.RefFilter_1
      extended by org.openmdx.base.accessor.jmi.spi.RefPredicate_1
          extended by org.openmdx.ui1.cci.AlternateElementDefinitionFilterImpl
All Implemented Interfaces:
Serializable, org.openmdx.base.accessor.jmi.cci.RefFilter_1_0, org.openmdx.base.accessor.jmi.cci.RefFilter_1_1, BasicObjectFilter, ContextCapableFilter, ExtentCapableFilter, BasicObjectQuery, ContextCapableQuery, ExtentCapableQuery, ViewCapableFilter, ViewCapableQuery, AbstractElementDefinitionFilter, AlternateElementDefinitionFilter, AbstractElementDefinitionQuery, AlternateElementDefinitionQuery, org.w3c.cci2.AnyTypePredicate

public class AlternateElementDefinitionFilterImpl
extends org.openmdx.base.accessor.jmi.spi.RefPredicate_1
implements AlternateElementDefinitionFilter, AlternateElementDefinitionQuery

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1
filter, name, quantor
 
Constructor Summary
AlternateElementDefinitionFilterImpl(org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 aPackage)
           
AlternateElementDefinitionFilterImpl(org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 aPackage, org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers)
           
AlternateElementDefinitionFilterImpl(org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 aPackage, org.openmdx.compatibility.base.query.FilterProperty[] filterProperties, org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers, org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 delegateFilter, Short delegateQuantor, String delegateName)
           
 
Method Summary
 org.w3c.cci2.OptionalFeaturePredicate backColor()
          Adds a constraint to the predicate for AbstractElementDefinition testing whether the value of the feature backColor is null or not.
 org.w3c.cci2.OptionalFeaturePredicate changeable()
          Adds a constraint to the predicate for AbstractElementDefinition testing whether the value of the feature changeable is null or not.
 org.w3c.cci2.OptionalFeaturePredicate color()
          Adds a constraint to the predicate for AbstractElementDefinition testing whether the value of the feature color is null or not.
 org.w3c.cci2.OptionalFeaturePredicate columnBreak()
          Adds a constraint to the predicate for AbstractElementDefinition testing whether the value of the feature columnBreak is null or not.
 org.w3c.cci2.MultivaluedFeaturePredicate context()
          Adds a constraint to the predicate for ContextCapable testing whether the feature context has values or not.
 org.w3c.cci2.ComparableTypePredicate createdAt()
           
 org.w3c.cci2.MultivaluedFeaturePredicate createdBy()
          Adds a constraint to the predicate for BasicObject testing whether the feature createdBy has values or not.
 org.w3c.cci2.OptionalFeaturePredicate dataBindingName()
          Adds a constraint to the predicate for AbstractElementDefinition testing whether the value of the feature dataBindingName is null or not.
 org.w3c.cci2.OptionalFeaturePredicate decimalPlaces()
          Adds a constraint to the predicate for AbstractElementDefinition testing whether the value of the feature decimalPlaces is null or not.
 org.w3c.cci2.MultivaluedFeaturePredicate displayValueExpr()
          Adds a constraint to the predicate for AbstractElementDefinition testing whether the feature displayValueExpr has values or not.
 org.w3c.cci2.MultivaluedFeaturePredicate eventHandler()
          Adds a constraint to the predicate for AbstractElementDefinition testing whether the feature eventHandler has values or not.
 org.w3c.cci2.OptionalFeaturePredicate filterable()
          Adds a constraint to the predicate for AbstractElementDefinition testing whether the value of the feature filterable is null or not.
 org.w3c.cci2.StringTypePredicate forAllBackColor()
          Adds a constraint for the feature backColor to the predicate.
 void forAllBackColor(short operator, Collection values)
           
 void forAllBackColor(short operator, String[] filterValues)
           
 org.w3c.cci2.BooleanTypePredicate forAllChangeable()
          Adds a constraint for the feature changeable to the predicate.
 void forAllChangeable(short operator, boolean[] filterValues)
           
 void forAllChangeable(short operator, Collection values)
           
 org.w3c.cci2.StringTypePredicate forAllColor()
          Adds a constraint for the feature color to the predicate.
 void forAllColor(short operator, Collection values)
           
 void forAllColor(short operator, String[] filterValues)
           
 org.w3c.cci2.BooleanTypePredicate forAllColumnBreak()
          Adds a constraint for the feature columnBreak to the predicate.
 void forAllColumnBreak(short operator, boolean[] filterValues)
           
 void forAllColumnBreak(short operator, Collection values)
           
 ContextQuery forAllContext()
          Adds a constraint for the feature context to the predicate.
 void forAllContext(short operator, Collection values)
           
 void forAllContext(short operator, Context[] filterValues)
           
 void forAllCreatedAt(short operator, Collection values)
           
 void forAllCreatedAt(short operator, Date[] filterValues)
           
 org.w3c.cci2.StringTypePredicate forAllCreatedBy()
          Adds a constraint for the feature createdBy to the predicate.
 void forAllCreatedBy(short operator, Collection values)
           
 void forAllCreatedBy(short operator, String[] filterValues)
           
 org.w3c.cci2.StringTypePredicate forAllDataBindingName()
          Adds a constraint for the feature dataBindingName to the predicate.
 void forAllDataBindingName(short operator, Collection values)
           
 void forAllDataBindingName(short operator, String[] filterValues)
           
 org.w3c.cci2.ComparableTypePredicate forAllDecimalPlaces()
          Adds a constraint for the feature decimalPlaces to the predicate.
 void forAllDecimalPlaces(short operator, Collection values)
           
 void forAllDecimalPlaces(short operator, int[] filterValues)
           
 org.w3c.cci2.StringTypePredicate forAllDisplayValueExpr()
          Adds a constraint for the feature displayValueExpr to the predicate.
 void forAllDisplayValueExpr(short operator, Collection values)
           
 void forAllDisplayValueExpr(short operator, String[] filterValues)
           
 org.w3c.cci2.StringTypePredicate forAllEventHandler()
          Adds a constraint for the feature eventHandler to the predicate.
 void forAllEventHandler(short operator, Collection values)
           
 void forAllEventHandler(short operator, String[] filterValues)
           
 org.w3c.cci2.BooleanTypePredicate forAllFilterable()
          Adds a constraint for the feature filterable to the predicate.
 void forAllFilterable(short operator, boolean[] filterValues)
           
 void forAllFilterable(short operator, Collection values)
           
 org.w3c.cci2.BooleanTypePredicate forAllHasThousandsSeparator()
          Adds a constraint for the feature hasThousandsSeparator to the predicate.
 void forAllHasThousandsSeparator(short operator, boolean[] filterValues)
           
 void forAllHasThousandsSeparator(short operator, Collection values)
           
 org.w3c.cci2.StringTypePredicate forAllIconKey()
          Adds a constraint for the feature iconKey to the predicate.
 void forAllIconKey(short operator, Collection values)
           
 void forAllIconKey(short operator, String[] filterValues)
           
 void forAllIdentity(short operator, Collection values)
           
 void forAllIdentity(short operator, String[] filterValues)
           
 org.w3c.cci2.ComparableTypePredicate forAllIncrement()
          Adds a constraint for the feature increment to the predicate.
 void forAllIncrement(short operator, BigDecimal[] filterValues)
           
 void forAllIncrement(short operator, Collection values)
           
 org.w3c.cci2.BooleanTypePredicate forAllInPlace()
          Adds a constraint for the feature inPlace to the predicate.
 void forAllInPlace(short operator, boolean[] filterValues)
           
 void forAllInPlace(short operator, Collection values)
           
 org.w3c.cci2.BooleanTypePredicate forAllIsPassword()
          Adds a constraint for the feature isPassword to the predicate.
 void forAllIsPassword(short operator, boolean[] filterValues)
           
 void forAllIsPassword(short operator, Collection values)
           
 org.w3c.cci2.StringTypePredicate forAllLabel()
          Adds a constraint for the feature label to the predicate.
 void forAllLabel(short operator, Collection values)
           
 void forAllLabel(short operator, String[] filterValues)
           
 org.w3c.cci2.ComparableTypePredicate forAllMaxLength()
          Adds a constraint for the feature maxLength to the predicate.
 void forAllMaxLength(short operator, Collection values)
           
 void forAllMaxLength(short operator, int[] filterValues)
           
 org.w3c.cci2.ComparableTypePredicate forAllMaxMember()
          Adds a constraint for the feature maxMember to the predicate.
 void forAllMaxMember(short operator, Collection values)
           
 void forAllMaxMember(short operator, int[] filterValues)
           
 org.w3c.cci2.StringTypePredicate forAllMaxValue()
          Adds a constraint for the feature maxValue to the predicate.
 void forAllMaxValue(short operator, Collection values)
           
 void forAllMaxValue(short operator, String[] filterValues)
           
 org.w3c.cci2.StringTypePredicate forAllMemberDefaultValue()
          Adds a constraint for the feature memberDefaultValue to the predicate.
 void forAllMemberDefaultValue(short operator, Collection values)
           
 void forAllMemberDefaultValue(short operator, String[] filterValues)
           
 org.w3c.cci2.StringTypePredicate forAllMemberElementName()
          Adds a constraint for the feature memberElementName to the predicate.
 void forAllMemberElementName(short operator, Collection values)
           
 void forAllMemberElementName(short operator, String[] filterValues)
           
 org.w3c.cci2.StringTypePredicate forAllMemberMimeType()
          Adds a constraint for the feature memberMimeType to the predicate.
 void forAllMemberMimeType(short operator, Collection values)
           
 void forAllMemberMimeType(short operator, String[] filterValues)
           
 org.w3c.cci2.StringTypePredicate forAllMinValue()
          Adds a constraint for the feature minValue to the predicate.
 void forAllMinValue(short operator, Collection values)
           
 void forAllMinValue(short operator, String[] filterValues)
           
 void forAllModifiedAt(short operator, Collection values)
           
 void forAllModifiedAt(short operator, Date[] filterValues)
           
 org.w3c.cci2.StringTypePredicate forAllModifiedBy()
          Adds a constraint for the feature modifiedBy to the predicate.
 void forAllModifiedBy(short operator, Collection values)
           
 void forAllModifiedBy(short operator, String[] filterValues)
           
 org.w3c.cci2.StringTypePredicate forAllMultiplicity()
          Adds a constraint for the feature multiplicity to the predicate.
 void forAllMultiplicity(short operator, Collection values)
           
 void forAllMultiplicity(short operator, String[] filterValues)
           
 org.w3c.cci2.ComparableTypePredicate forAllOrder()
          Adds a constraint for the feature order to the predicate.
 void forAllOrder(short operator, Collection values)
           
 void forAllOrder(short operator, int[] filterValues)
           
 org.w3c.cci2.ComparableTypePredicate forAllOrderFieldGroup()
          Adds a constraint for the feature orderFieldGroup to the predicate.
 void forAllOrderFieldGroup(short operator, Collection values)
           
 void forAllOrderFieldGroup(short operator, int[] filterValues)
           
 org.w3c.cci2.ComparableTypePredicate forAllOrderObjectContainer()
          Adds a constraint for the feature orderObjectContainer to the predicate.
 void forAllOrderObjectContainer(short operator, Collection values)
           
 void forAllOrderObjectContainer(short operator, int[] filterValues)
           
 org.w3c.cci2.StringTypePredicate forAllShortLabel()
          Adds a constraint for the feature shortLabel to the predicate.
 void forAllShortLabel(short operator, Collection values)
           
 void forAllShortLabel(short operator, String[] filterValues)
           
 org.w3c.cci2.ComparableTypePredicate forAllShowMaxMember()
          Adds a constraint for the feature showMaxMember to the predicate.
 void forAllShowMaxMember(short operator, Collection values)
           
 void forAllShowMaxMember(short operator, int[] filterValues)
           
 org.w3c.cci2.ComparableTypePredicate forAllSizeXWeight()
          Adds a constraint for the feature sizeXWeight to the predicate.
 void forAllSizeXWeight(short operator, Collection values)
           
 void forAllSizeXWeight(short operator, int[] filterValues)
           
 org.w3c.cci2.ComparableTypePredicate forAllSkipRow()
          Adds a constraint for the feature skipRow to the predicate.
 void forAllSkipRow(short operator, Collection values)
           
 void forAllSkipRow(short operator, int[] filterValues)
           
 org.w3c.cci2.BooleanTypePredicate forAllSortable()
          Adds a constraint for the feature sortable to the predicate.
 void forAllSortable(short operator, boolean[] filterValues)
           
 void forAllSortable(short operator, Collection values)
           
 org.w3c.cci2.ComparableTypePredicate forAllSpanRow()
          Adds a constraint for the feature spanRow to the predicate.
 void forAllSpanRow(short operator, Collection values)
           
 void forAllSpanRow(short operator, int[] filterValues)
           
 org.w3c.cci2.ComparableTypePredicate forAllTitleIndex()
          Adds a constraint for the feature titleIndex to the predicate.
 void forAllTitleIndex(short operator, Collection values)
           
 void forAllTitleIndex(short operator, int[] filterValues)
           
 org.w3c.cci2.StringTypePredicate forAllToolTip()
          Adds a constraint for the feature toolTip to the predicate.
 void forAllToolTip(short operator, Collection values)
           
 void forAllToolTip(short operator, String[] filterValues)
           
 org.w3c.cci2.OptionalFeaturePredicate hasThousandsSeparator()
          Adds a constraint to the predicate for AbstractElementDefinition testing whether the value of the feature hasThousandsSeparator is null or not.
 org.w3c.cci2.OptionalFeaturePredicate iconKey()
          Adds a constraint to the predicate for AbstractElementDefinition testing whether the value of the feature iconKey is null or not.
 org.w3c.cci2.StringTypePredicate identity()
           
 org.w3c.cci2.OptionalFeaturePredicate increment()
          Adds a constraint to the predicate for AbstractElementDefinition testing whether the value of the feature increment is null or not.
 org.w3c.cci2.OptionalFeaturePredicate inPlace()
          Adds a constraint to the predicate for AbstractElementDefinition testing whether the value of the feature inPlace is null or not.
 org.w3c.cci2.OptionalFeaturePredicate isPassword()
          Adds a constraint to the predicate for AbstractElementDefinition testing whether the value of the feature isPassword is null or not.
 org.w3c.cci2.MultivaluedFeaturePredicate label()
          Adds a constraint to the predicate for AbstractElementDefinition testing whether the feature label has values or not.
 org.w3c.cci2.OptionalFeaturePredicate maxLength()
          Adds a constraint to the predicate for AbstractElementDefinition testing whether the value of the feature maxLength is null or not.
 org.w3c.cci2.OptionalFeaturePredicate maxMember()
          Adds a constraint to the predicate for AbstractElementDefinition testing whether the value of the feature maxMember is null or not.
 org.w3c.cci2.OptionalFeaturePredicate maxValue()
          Adds a constraint to the predicate for AbstractElementDefinition testing whether the value of the feature maxValue is null or not.
 org.w3c.cci2.MultivaluedFeaturePredicate memberDefaultValue()
          Adds a constraint to the predicate for AbstractElementDefinition testing whether the feature memberDefaultValue has values or not.
 org.w3c.cci2.MultivaluedFeaturePredicate memberElementName()
          Adds a constraint to the predicate for AbstractElementDefinition testing whether the feature memberElementName has values or not.
 org.w3c.cci2.MultivaluedFeaturePredicate memberMimeType()
          Adds a constraint to the predicate for AbstractElementDefinition testing whether the feature memberMimeType has values or not.
 org.w3c.cci2.OptionalFeaturePredicate minValue()
          Adds a constraint to the predicate for AbstractElementDefinition testing whether the value of the feature minValue is null or not.
 org.w3c.cci2.ComparableTypePredicate modifiedAt()
           
 org.w3c.cci2.MultivaluedFeaturePredicate modifiedBy()
          Adds a constraint to the predicate for BasicObject testing whether the feature modifiedBy has values or not.
 org.w3c.cci2.OptionalFeaturePredicate multiplicity()
          Adds a constraint to the predicate for AbstractElementDefinition testing whether the value of the feature multiplicity is null or not.
 org.w3c.cci2.MultivaluedFeaturePredicate order()
          Adds a constraint to the predicate for AbstractElementDefinition testing whether the feature order has values or not.
 org.w3c.cci2.SimpleTypeOrder orderByBackColor()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature backColor Note: The order in which orderBy… instructions are given is relevant!
 void orderByBackColor(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.SimpleTypeOrder orderByChangeable()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature changeable Note: The order in which orderBy… instructions are given is relevant!
 void orderByChangeable(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.SimpleTypeOrder orderByColor()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature color Note: The order in which orderBy… instructions are given is relevant!
 void orderByColor(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.SimpleTypeOrder orderByColumnBreak()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature columnBreak Note: The order in which orderBy… instructions are given is relevant!
 void orderByColumnBreak(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.SimpleTypeOrder orderByCreatedAt()
          Allows to adds a sort instruction for BasicObject depending the feature createdAt Note: The order in which orderBy… instructions are given is relevant!
 void orderByCreatedAt(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.MultivaluedTypeOrder orderByCreatedBy()
          Allows to adds a sort instruction for BasicObject depending the feature createdBy Note: The order in which orderBy… instructions are given is relevant!
 void orderByCreatedBy(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.SimpleTypeOrder orderByDataBindingName()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature dataBindingName Note: The order in which orderBy… instructions are given is relevant!
 void orderByDataBindingName(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.SimpleTypeOrder orderByDecimalPlaces()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature decimalPlaces Note: The order in which orderBy… instructions are given is relevant!
 void orderByDecimalPlaces(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.MultivaluedTypeOrder orderByDisplayValueExpr()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature displayValueExpr Note: The order in which orderBy… instructions are given is relevant!
 void orderByDisplayValueExpr(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.MultivaluedTypeOrder orderByEventHandler()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature eventHandler Note: The order in which orderBy… instructions are given is relevant!
 void orderByEventHandler(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.SimpleTypeOrder orderByFilterable()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature filterable Note: The order in which orderBy… instructions are given is relevant!
 void orderByFilterable(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.SimpleTypeOrder orderByHasThousandsSeparator()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature hasThousandsSeparator Note: The order in which orderBy… instructions are given is relevant!
 void orderByHasThousandsSeparator(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.SimpleTypeOrder orderByIconKey()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature iconKey Note: The order in which orderBy… instructions are given is relevant!
 void orderByIconKey(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.SimpleTypeOrder orderByIdentity()
          Allows to adds a sort instruction for ExtentCapable depending the feature identity Note: The order in which orderBy… instructions are given is relevant!
 void orderByIdentity(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.SimpleTypeOrder orderByIncrement()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature increment Note: The order in which orderBy… instructions are given is relevant!
 void orderByIncrement(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.SimpleTypeOrder orderByInPlace()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature inPlace Note: The order in which orderBy… instructions are given is relevant!
 void orderByInPlace(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.SimpleTypeOrder orderByIsPassword()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature isPassword Note: The order in which orderBy… instructions are given is relevant!
 void orderByIsPassword(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.MultivaluedTypeOrder orderByLabel()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature label Note: The order in which orderBy… instructions are given is relevant!
 void orderByLabel(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.SimpleTypeOrder orderByMaxLength()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature maxLength Note: The order in which orderBy… instructions are given is relevant!
 void orderByMaxLength(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.SimpleTypeOrder orderByMaxMember()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature maxMember Note: The order in which orderBy… instructions are given is relevant!
 void orderByMaxMember(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.SimpleTypeOrder orderByMaxValue()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature maxValue Note: The order in which orderBy… instructions are given is relevant!
 void orderByMaxValue(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.MultivaluedTypeOrder orderByMemberDefaultValue()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature memberDefaultValue Note: The order in which orderBy… instructions are given is relevant!
 void orderByMemberDefaultValue(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.MultivaluedTypeOrder orderByMemberElementName()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature memberElementName Note: The order in which orderBy… instructions are given is relevant!
 void orderByMemberElementName(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.MultivaluedTypeOrder orderByMemberMimeType()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature memberMimeType Note: The order in which orderBy… instructions are given is relevant!
 void orderByMemberMimeType(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.SimpleTypeOrder orderByMinValue()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature minValue Note: The order in which orderBy… instructions are given is relevant!
 void orderByMinValue(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.SimpleTypeOrder orderByModifiedAt()
          Allows to adds a sort instruction for BasicObject depending the feature modifiedAt Note: The order in which orderBy… instructions are given is relevant!
 void orderByModifiedAt(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.MultivaluedTypeOrder orderByModifiedBy()
          Allows to adds a sort instruction for BasicObject depending the feature modifiedBy Note: The order in which orderBy… instructions are given is relevant!
 void orderByModifiedBy(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.SimpleTypeOrder orderByMultiplicity()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature multiplicity Note: The order in which orderBy… instructions are given is relevant!
 void orderByMultiplicity(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.MultivaluedTypeOrder orderByOrder()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature order Note: The order in which orderBy… instructions are given is relevant!
 void orderByOrder(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.MultivaluedTypeOrder orderByOrderFieldGroup()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature orderFieldGroup Note: The order in which orderBy… instructions are given is relevant!
 void orderByOrderFieldGroup(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.MultivaluedTypeOrder orderByOrderObjectContainer()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature orderObjectContainer Note: The order in which orderBy… instructions are given is relevant!
 void orderByOrderObjectContainer(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.MultivaluedTypeOrder orderByShortLabel()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature shortLabel Note: The order in which orderBy… instructions are given is relevant!
 void orderByShortLabel(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.SimpleTypeOrder orderByShowMaxMember()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature showMaxMember Note: The order in which orderBy… instructions are given is relevant!
 void orderByShowMaxMember(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.SimpleTypeOrder orderBySizeXWeight()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature sizeXWeight Note: The order in which orderBy… instructions are given is relevant!
 void orderBySizeXWeight(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.SimpleTypeOrder orderBySkipRow()
          Allows to adds a sort instruction for AbstractElementDefinition depending the feature skipRow Note: The order in which orderBy… instructions are given is relevant!
 void orderBySkipRow(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 org.w3c.cci2.SimpleTypeOr