Uses of Class
org.eclipse.ocl.examples.pivot.AssociationKind

Packages that use AssociationKind
org.eclipse.ocl.examples.pivot   
 

Uses of AssociationKind in org.eclipse.ocl.examples.pivot
 

Fields in org.eclipse.ocl.examples.pivot with type parameters of type AssociationKind
static java.util.List<AssociationKind> AssociationKind.VALUES
          A public read-only list of all the 'Association Kind' enumerators.
 

Methods in org.eclipse.ocl.examples.pivot that return AssociationKind
static AssociationKind AssociationKind.get(int value)
          Returns the 'Association Kind' literal with the specified integer value.
static AssociationKind AssociationKind.get(java.lang.String literal)
          Returns the 'Association Kind' literal with the specified literal value.
static AssociationKind AssociationKind.getByName(java.lang.String name)
          Returns the 'Association Kind' literal with the specified name.
static AssociationKind AssociationKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AssociationKind[] AssociationKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.