Uses of Class
org.metaabm.gen.test.PrimaryColorEnum

Packages that use PrimaryColorEnum
org.metaabm.gen.test   
 

Uses of PrimaryColorEnum in org.metaabm.gen.test
 

Methods in org.metaabm.gen.test that return PrimaryColorEnum
 PrimaryColorEnum StateAgent.getPrimaryColor()
          Gets the Primary Color property for State Agent.
static PrimaryColorEnum PrimaryColorEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PrimaryColorEnum[] PrimaryColorEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.metaabm.gen.test with parameters of type PrimaryColorEnum
 void StateAgent.setPrimaryColor(PrimaryColorEnum _primaryColor)
          Sets the Primary Color property for State Agent.