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