Uses of Interface
org.opencrx.kernel.model1.cci2.Classifier

Packages that use Classifier
org.opencrx.kernel.model1.cci2   
org.opencrx.kernel.model1.jmi1   
org.opencrx.kernel.model1.jpa3   
 

Uses of Classifier in org.opencrx.kernel.model1.cci2
 

Subinterfaces of Classifier in org.opencrx.kernel.model1.cci2
 interface Association
          Class Association
 interface Class
          Class Class
 interface Datatype
          Abstract class Datatype
 

Methods in org.opencrx.kernel.model1.cci2 with type parameters of type Classifier
<T extends Classifier>
List<T>
AssociationEnd.getQualifierType()
          Retrieves the Collection of objects referenced by qualifierType.
 

Methods in org.opencrx.kernel.model1.cci2 that return Classifier
 Classifier TypedElement.getType()
          Retrieves the value for the reference type.
 

Methods in org.opencrx.kernel.model1.cci2 with parameters of type Classifier
 void TypedElement.setType(Classifier type)
          Sets a new value for the reference type.
 

Uses of Classifier in org.opencrx.kernel.model1.jmi1
 

Subinterfaces of Classifier in org.opencrx.kernel.model1.jmi1
 interface AliasType
          Class AliasType
 interface Classifier
          Abstract class Classifier
 interface CollectionType
          Class CollectionType
 interface EnumerationType
          Class EnumerationType
 interface PrimitiveType
          Class PrimitiveType
 interface StructureType
          Class StructureType
 

Methods in org.opencrx.kernel.model1.jmi1 with parameters of type Classifier
 void TypedElement.setType(Classifier type)
          Sets a new value for the reference type.
 

Uses of Classifier in org.opencrx.kernel.model1.jpa3
 

Classes in org.opencrx.kernel.model1.jpa3 that implement Classifier
 class AliasType
          Class AliasType
 class Association
          Class Association
 class Class
          Class Class
 class CollectionType
          Class CollectionType
 class EnumerationType
          Class EnumerationType
 class PrimitiveType
          Class PrimitiveType
 class StructureType
          Class StructureType
 

Methods in org.opencrx.kernel.model1.jpa3 with type parameters of type Classifier
<T extends Classifier>
List<T>
AssociationEnd.getQualifierType()
          Retrieves the Collection of objects referenced by qualifierType.
 

Methods in org.opencrx.kernel.model1.jpa3 that return Classifier
 Classifier CollectionType.getType()
          Retrieves the value for the reference type.
 Classifier AliasType.getType()
          Retrieves the value for the reference type.
 Classifier Reference.getType()
          Retrieves the value for the reference type.
 Classifier AssociationEnd.getType()
          Retrieves the value for the reference type.
 Classifier StructureField.getType()
          Retrieves the value for the reference type.
 Classifier Constant.getType()
          Retrieves the value for the reference type.
 Classifier Attribute.getType()
          Retrieves the value for the reference type.
 Classifier Parameter.getType()
          Retrieves the value for the reference type.
 

Methods in org.opencrx.kernel.model1.jpa3 with parameters of type Classifier
 void CollectionType.setType(Classifier type)
          Sets a new value for the reference type.
 void AliasType.setType(Classifier type)
          Sets a new value for the reference type.
 void Reference.setType(Classifier type)
          Sets a new value for the reference type.
 void AssociationEnd.setType(Classifier type)
          Sets a new value for the reference type.
 void StructureField.setType(Classifier type)
          Sets a new value for the reference type.
 void Constant.setType(Classifier type)
          Sets a new value for the reference type.
 void Attribute.setType(Classifier type)
          Sets a new value for the reference type.
 void Parameter.setType(Classifier type)
          Sets a new value for the reference type.
 



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