| Package | Description |
|---|---|
| org.eclipse.modisco.jee.ejbjar.EjbJar30 |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<TransAttributeTypeBase> |
TransAttributeTypeBase.VALUES
A public read-only list of all the 'Trans Attribute Type Base' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static TransAttributeTypeBase |
TransAttributeTypeBase.get(int value)
Returns the 'Trans Attribute Type Base' literal with the specified integer value.
|
static TransAttributeTypeBase |
TransAttributeTypeBase.get(java.lang.String literal)
Returns the 'Trans Attribute Type Base' literal with the specified literal value.
|
static TransAttributeTypeBase |
TransAttributeTypeBase.getByName(java.lang.String name)
Returns the 'Trans Attribute Type Base' literal with the specified name.
|
static TransAttributeTypeBase |
TransAttributeTypeBase.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransAttributeTypeBase[] |
TransAttributeTypeBase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|