|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ABuildSpaceTypes>
org.metaabm.act.ABuildSpaceTypes
public enum ABuildSpaceTypes
A representation of the literals of the enumeration ' ABuild Space Types', and utility methods for working with them.
MetaABMActPackage.getABuildSpaceTypes()
Enum Constant Summary | |
---|---|
FILE
The 'File' literal object. |
|
RANDOM
The 'Random' literal object. |
|
RANDOM_AROUND_POINT
The 'Random Around Point' literal object. |
Field Summary | |
---|---|
static int |
FILE_VALUE
The 'File' literal value. |
static int |
RANDOM_AROUND_POINT_VALUE
The 'Random Around Point' literal value. |
static int |
RANDOM_VALUE
The 'Random' literal value. |
static java.util.List<ABuildSpaceTypes> |
VALUES
A public read-only list of all the 'ABuild Space Types' enumerators. |
Method Summary | |
---|---|
static ABuildSpaceTypes |
get(int value)
Returns the 'ABuild Space Types' literal with the specified integer value. |
static ABuildSpaceTypes |
get(java.lang.String literal)
Returns the 'ABuild Space Types' literal with the specified literal value. |
static ABuildSpaceTypes |
getByName(java.lang.String name)
Returns the 'ABuild Space Types' literal with the specified name. |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static ABuildSpaceTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ABuildSpaceTypes[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ABuildSpaceTypes RANDOM
RANDOM_VALUE
public static final ABuildSpaceTypes RANDOM_AROUND_POINT
RANDOM_AROUND_POINT_VALUE
public static final ABuildSpaceTypes FILE
FILE_VALUE
Field Detail |
---|
public static final int RANDOM_VALUE
If the meaning of 'Random' literal object isn't clear, there really should be more of a description here...
RANDOM
,
Constant Field Valuespublic static final int RANDOM_AROUND_POINT_VALUE
If the meaning of 'Random Around Point' literal object isn't clear, there really should be more of a description here...
RANDOM_AROUND_POINT
,
Constant Field Valuespublic static final int FILE_VALUE
If the meaning of 'File' literal object isn't clear, there really should be more of a description here...
FILE
,
Constant Field Valuespublic static final java.util.List<ABuildSpaceTypes> VALUES
Method Detail |
---|
public static ABuildSpaceTypes[] values()
for (ABuildSpaceTypes c : ABuildSpaceTypes.values()) System.out.println(c);
public static ABuildSpaceTypes valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic static ABuildSpaceTypes get(java.lang.String literal)
public static ABuildSpaceTypes getByName(java.lang.String name)
public static ABuildSpaceTypes get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<ABuildSpaceTypes>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |