|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TransAttributeTypeBase>
org.eclipse.modisco.jee.ejbjar.EjbJar30.TransAttributeTypeBase
public enum TransAttributeTypeBase
A representation of the literals of the enumeration 'Trans Attribute Type Base', and utility methods for working with them.
EjbJar30Package.getTransAttributeTypeBase()
Enum Constant Summary | |
---|---|
MANDATORY
The 'Mandatory' literal object. |
|
NEVER
The 'Never' literal object. |
|
NOT_SUPPORTED
The 'Not Supported' literal object. |
|
REQUIRED
The 'Required' literal object. |
|
REQUIRES_NEW
The 'Requires New' literal object. |
|
SUPPORTS
The 'Supports' literal object. |
Field Summary | |
---|---|
static int |
MANDATORY_VALUE
The 'Mandatory' literal value. |
static int |
NEVER_VALUE
The 'Never' literal value. |
static int |
NOT_SUPPORTED_VALUE
The 'Not Supported' literal value. |
static int |
REQUIRED_VALUE
The 'Required' literal value. |
static int |
REQUIRES_NEW_VALUE
The 'Requires New' literal value. |
static int |
SUPPORTS_VALUE
The 'Supports' literal value. |
static java.util.List<TransAttributeTypeBase> |
VALUES
A public read-only list of all the 'Trans Attribute Type Base' enumerators. |
Method Summary | |
---|---|
static TransAttributeTypeBase |
get(int value)
Returns the 'Trans Attribute Type Base' literal with the specified integer value. |
static TransAttributeTypeBase |
get(java.lang.String literal)
Returns the 'Trans Attribute Type Base' literal with the specified literal value. |
static TransAttributeTypeBase |
getByName(java.lang.String name)
Returns the 'Trans Attribute Type Base' 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 TransAttributeTypeBase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TransAttributeTypeBase[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final TransAttributeTypeBase NOT_SUPPORTED
NOT_SUPPORTED_VALUE
public static final TransAttributeTypeBase SUPPORTS
SUPPORTS_VALUE
public static final TransAttributeTypeBase REQUIRED
REQUIRED_VALUE
public static final TransAttributeTypeBase REQUIRES_NEW
REQUIRES_NEW_VALUE
public static final TransAttributeTypeBase MANDATORY
MANDATORY_VALUE
public static final TransAttributeTypeBase NEVER
NEVER_VALUE
Field Detail |
---|
public static final int NOT_SUPPORTED_VALUE
If the meaning of 'Not Supported' literal object isn't clear, there really should be more of a description here...
NOT_SUPPORTED
,
Constant Field Valuespublic static final int SUPPORTS_VALUE
If the meaning of 'Supports' literal object isn't clear, there really should be more of a description here...
SUPPORTS
,
Constant Field Valuespublic static final int REQUIRED_VALUE
If the meaning of 'Required' literal object isn't clear, there really should be more of a description here...
REQUIRED
,
Constant Field Valuespublic static final int REQUIRES_NEW_VALUE
If the meaning of 'Requires New' literal object isn't clear, there really should be more of a description here...
REQUIRES_NEW
,
Constant Field Valuespublic static final int MANDATORY_VALUE
If the meaning of 'Mandatory' literal object isn't clear, there really should be more of a description here...
MANDATORY
,
Constant Field Valuespublic static final int NEVER_VALUE
If the meaning of 'Never' literal object isn't clear, there really should be more of a description here...
NEVER
,
Constant Field Valuespublic static final java.util.List<TransAttributeTypeBase> VALUES
Method Detail |
---|
public static final TransAttributeTypeBase[] values()
for(TransAttributeTypeBase c : TransAttributeTypeBase.values()) System.out.println(c);
public static TransAttributeTypeBase 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 namepublic static TransAttributeTypeBase get(java.lang.String literal)
public static TransAttributeTypeBase getByName(java.lang.String name)
public static TransAttributeTypeBase get(int value)
public int getValue()
public java.lang.String getName()
public java.lang.String getLiteral()
public java.lang.String toString()
toString
in class java.lang.Enum<TransAttributeTypeBase>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |