|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.wsspi.sca.metadata.bpc.model.Role
public final class Role
A representation of the literals of the enumeration 'Role', and utility methods for working with them.
com.ibm.ws.sca.metadata.bpc.model.ItcamPackage#getRole()
Field Summary | |
---|---|
static int |
ADMINISTRATOR
The 'Administrator' literal value |
static Role |
ADMINISTRATOR_LITERAL
The 'Administrator' literal object |
static java.lang.String |
COPYRIGHT
|
static int |
EDITOR
The 'Editor' literal value |
static Role |
EDITOR_LITERAL
The 'Editor' literal object |
static int |
POTENTIAL_INSTANCE_CREATOR
The 'Potential Instance Creator' literal value |
static Role |
POTENTIAL_INSTANCE_CREATOR_LITERAL
The 'Potential Instance Creator' literal object |
static int |
POTENTIAL_OWNER
The 'Potential Owner' literal value |
static Role |
POTENTIAL_OWNER_LITERAL
The 'Potential Owner' literal object |
static int |
POTENTIAL_STARTER
The 'Potential Starter' literal value |
static Role |
POTENTIAL_STARTER_LITERAL
The 'Potential Starter' literal object |
static int |
READER
The 'Reader' literal value |
static Role |
READER_LITERAL
The 'Reader' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Role' enumerators |
Method Summary | |
---|---|
static Role |
get(int value)
Returns the 'Role' literal with the specified integer value |
static Role |
get(java.lang.String literal)
Returns the 'Role' literal with the specified literal value |
static Role |
getByName(java.lang.String name)
Returns the 'Role' literal with the specified name |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
---|
getLiteral, getName, getValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final int ADMINISTRATOR
If the meaning of 'Administrator' literal object isn't clear, there really should be more of a description here...
ADMINISTRATOR_LITERAL
,
Constant Field Valuespublic static final int EDITOR
If the meaning of 'Editor' literal object isn't clear, there really should be more of a description here...
EDITOR_LITERAL
,
Constant Field Valuespublic static final int POTENTIAL_OWNER
If the meaning of 'Potential Owner' literal object isn't clear, there really should be more of a description here...
POTENTIAL_OWNER_LITERAL
,
Constant Field Valuespublic static final int READER
If the meaning of 'Reader' literal object isn't clear, there really should be more of a description here...
READER_LITERAL
,
Constant Field Valuespublic static final int POTENTIAL_INSTANCE_CREATOR
If the meaning of 'Potential Instance Creator' literal object isn't clear, there really should be more of a description here...
POTENTIAL_INSTANCE_CREATOR_LITERAL
,
Constant Field Valuespublic static final int POTENTIAL_STARTER
If the meaning of 'Potential Starter' literal object isn't clear, there really should be more of a description here...
POTENTIAL_STARTER_LITERAL
,
Constant Field Valuespublic static final Role ADMINISTRATOR_LITERAL
ADMINISTRATOR
public static final Role EDITOR_LITERAL
EDITOR
public static final Role POTENTIAL_OWNER_LITERAL
POTENTIAL_OWNER
public static final Role READER_LITERAL
READER
public static final Role POTENTIAL_INSTANCE_CREATOR_LITERAL
POTENTIAL_INSTANCE_CREATOR
public static final Role POTENTIAL_STARTER_LITERAL
POTENTIAL_STARTER
public static final java.util.List VALUES
Method Detail |
---|
public static Role get(java.lang.String literal)
public static Role getByName(java.lang.String name)
public static Role get(int value)
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |