Uses of Class
org.metaabm.act.ABuildSpaceTypes

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

Uses of ABuildSpaceTypes in org.metaabm.act
 

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

Methods in org.metaabm.act that return ABuildSpaceTypes
static ABuildSpaceTypes ABuildSpaceTypes.get(int value)
          Returns the 'ABuild Space Types' literal with the specified integer value.
static ABuildSpaceTypes ABuildSpaceTypes.get(java.lang.String literal)
          Returns the 'ABuild Space Types' literal with the specified literal value.
static ABuildSpaceTypes ABuildSpaceTypes.getByName(java.lang.String name)
          Returns the 'ABuild Space Types' literal with the specified name.
 ABuildSpaceTypes ABuildSpace.getSpaceType()
          Returns the value of the 'Space Type' attribute.
static ABuildSpaceTypes ABuildSpaceTypes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ABuildSpaceTypes[] ABuildSpaceTypes.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 ABuildSpaceTypes
 void ABuildSpace.setSpaceType(ABuildSpaceTypes value)
          Sets the value of the 'Space Type' attribute.
 

Uses of ABuildSpaceTypes in org.metaabm.act.impl
 

Methods in org.metaabm.act.impl that return ABuildSpaceTypes
 ABuildSpaceTypes MetaABMActFactoryImpl.createABuildSpaceTypesFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ABuildSpaceTypes ABuildSpaceImpl.getSpaceType()
           
 

Methods in org.metaabm.act.impl with parameters of type ABuildSpaceTypes
 void ABuildSpaceImpl.setSpaceType(ABuildSpaceTypes newSpaceType)
           
 

Uses of ABuildSpaceTypes in org.metaabm.act.validation
 

Methods in org.metaabm.act.validation with parameters of type ABuildSpaceTypes
 boolean ABuildSpaceValidator.validateSpaceType(ABuildSpaceTypes value)