Uses of Class
org.metaabm.act.ABuildNetworkTypes

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

Uses of ABuildNetworkTypes in org.metaabm.act
 

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

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

Uses of ABuildNetworkTypes in org.metaabm.act.impl
 

Fields in org.metaabm.act.impl declared as ABuildNetworkTypes
protected static ABuildNetworkTypes ABuildNetworkImpl.NETWORK_TYPE_EDEFAULT
          The default value of the 'Network Type' attribute.
protected  ABuildNetworkTypes ABuildNetworkImpl.networkType
          The cached value of the 'Network Type' attribute.
 

Methods in org.metaabm.act.impl that return ABuildNetworkTypes
 ABuildNetworkTypes MetaABMActFactoryImpl.createABuildNetworkTypesFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ABuildNetworkTypes ABuildNetworkImpl.getNetworkType()
           
 

Methods in org.metaabm.act.impl with parameters of type ABuildNetworkTypes
 void ABuildNetworkImpl.setNetworkType(ABuildNetworkTypes newNetworkType)
           
 

Uses of ABuildNetworkTypes in org.metaabm.act.validation
 

Methods in org.metaabm.act.validation with parameters of type ABuildNetworkTypes
 boolean ABuildNetworkValidator.validateNetworkType(ABuildNetworkTypes value)