Uses of Class
org.metaabm.act.ASelectTypes

Packages that use ASelectTypes
org.metaabm.act   
org.metaabm.act.impl   
org.metaabm.act.validation   
 

Uses of ASelectTypes in org.metaabm.act
 

Fields in org.metaabm.act with type parameters of type ASelectTypes
static java.util.List<ASelectTypes> ASelectTypes.VALUES
          A public read-only list of all the 'ASelect Types' enumerators.
 

Methods in org.metaabm.act that return ASelectTypes
static ASelectTypes ASelectTypes.get(int value)
          Returns the 'ASelect Types' literal with the specified integer value.
static ASelectTypes ASelectTypes.get(java.lang.String literal)
          Returns the 'ASelect Types' literal with the specified literal value.
static ASelectTypes ASelectTypes.getByName(java.lang.String name)
          Returns the 'ASelect Types' literal with the specified name.
 ASelectTypes ASelect.getFor()
          Returns the value of the 'For' attribute.
static ASelectTypes ASelectTypes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ASelectTypes[] ASelectTypes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.metaabm.act with parameters of type ASelectTypes
 void ASelect.setFor(ASelectTypes value)
          Sets the value of the 'For' attribute.
 

Uses of ASelectTypes in org.metaabm.act.impl
 

Methods in org.metaabm.act.impl that return ASelectTypes
 ASelectTypes MetaABMActFactoryImpl.createASelectTypesFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ASelectTypes AWatchImpl.getFor()
           
 ASelectTypes ASelectImpl.getFor()
           
 

Methods in org.metaabm.act.impl with parameters of type ASelectTypes
 void AWatchImpl.setFor(ASelectTypes newFor)
           
 void ASelectImpl.setFor(ASelectTypes newFor)
           
 

Uses of ASelectTypes in org.metaabm.act.validation
 

Methods in org.metaabm.act.validation with parameters of type ASelectTypes
 boolean ASelectValidator.validateFor(ASelectTypes value)