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

Packages that use PseudostateKind
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.util   
 

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

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

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

Methods in org.eclipse.ocl.examples.pivot with parameters of type PseudostateKind
 void Pseudostate.setKind(PseudostateKind value)
          Sets the value of the 'Kind' attribute.
 

Uses of PseudostateKind in org.eclipse.ocl.examples.pivot.internal.impl
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl declared as PseudostateKind
protected static PseudostateKind PseudostateImpl.KIND_EDEFAULT
          The default value of the 'Kind' attribute.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return PseudostateKind
 PseudostateKind PivotFactoryImpl.createPseudostateKindFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 PseudostateKind PseudostateImpl.getKind()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type PseudostateKind
 void PseudostateImpl.setKind(PseudostateKind newKind)
           
 

Uses of PseudostateKind in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type PseudostateKind
 boolean PivotValidator.validatePseudostateKind(PseudostateKind pseudostateKind, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)