org.openmdx.ui1.cci2
Interface StructuralFeatureDefinitionQuery

All Superinterfaces:
org.w3c.cci2.AnyTypePredicate, FeatureDefinitionQuery

public interface StructuralFeatureDefinitionQuery
extends FeatureDefinitionQuery


Method Summary
 org.w3c.cci2.BooleanTypePredicate changeable()
           
 org.w3c.cci2.StringTypePredicate multiplicity()
           
 org.w3c.cci2.SimpleTypeOrder orderByChangeable()
          Allows to adds a sort instruction for StructuralFeatureDefinition depending the feature changeable Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByMultiplicity()
          Allows to adds a sort instruction for StructuralFeatureDefinition depending the feature multiplicity Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByType()
          Allows to adds a sort instruction for StructuralFeatureDefinition depending the feature type Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.StringTypePredicate type()
           
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

changeable

org.w3c.cci2.BooleanTypePredicate changeable()

orderByChangeable

org.w3c.cci2.SimpleTypeOrder orderByChangeable()
Allows to adds a sort instruction for StructuralFeatureDefinition depending the feature changeable Note: The order in which orderBy… instructions are given is relevant!


multiplicity

org.w3c.cci2.StringTypePredicate multiplicity()

orderByMultiplicity

org.w3c.cci2.SimpleTypeOrder orderByMultiplicity()
Allows to adds a sort instruction for StructuralFeatureDefinition depending the feature multiplicity Note: The order in which orderBy… instructions are given is relevant!


type

org.w3c.cci2.StringTypePredicate type()

orderByType

org.w3c.cci2.SimpleTypeOrder orderByType()
Allows to adds a sort instruction for StructuralFeatureDefinition depending the feature type Note: The order in which orderBy… instructions are given is relevant!



This software is published under the BSD license. Copyright © 2006-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.