public final class TJspUsagePattern
extends org.eclipse.emf.common.util.AbstractEnumerator
TaskPackage.getTJspUsagePattern()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static int |
FAULT
The 'Fault' literal value
|
static TJspUsagePattern |
FAULT_LITERAL
The 'Fault' literal object
|
static int |
INPUT
The 'Input' literal value
|
static TJspUsagePattern |
INPUT_LITERAL
The 'Input' literal object
|
static int |
MAP
The 'Map' literal value
|
static TJspUsagePattern |
MAP_LITERAL
The 'Map' literal object
|
static int |
OUTPUT
The 'Output' literal value
|
static TJspUsagePattern |
OUTPUT_LITERAL
The 'Output' literal object
|
static int |
PAGE
The 'Page' literal value
|
static TJspUsagePattern |
PAGE_LITERAL
The 'Page' literal object
|
static java.util.List |
VALUES
A public read-only list of all the 'TJsp Usage Pattern' enumerators
|
Modifier and Type | Method and Description |
---|---|
static TJspUsagePattern |
get(int value)
Returns the 'TJsp Usage Pattern' literal with the specified integer value
|
static TJspUsagePattern |
get(java.lang.String literal)
Returns the 'TJsp Usage Pattern' literal with the specified literal value
|
static TJspUsagePattern |
getByName(java.lang.String name)
Returns the 'TJsp Usage Pattern' literal with the specified name
|
public static final java.lang.String COPYRIGHT
public static final int FAULT
FAULT_LITERAL
,
Constant Field Valuespublic static final int PAGE
PAGE_LITERAL
,
Constant Field Valuespublic static final int INPUT
INPUT_LITERAL
,
Constant Field Valuespublic static final int OUTPUT
OUTPUT_LITERAL
,
Constant Field Valuespublic static final int MAP
MAP_LITERAL
,
Constant Field Valuespublic static final TJspUsagePattern FAULT_LITERAL
If the meaning of 'Fault' literal object isn't clear, there really should be more of a description here...
FAULT
public static final TJspUsagePattern PAGE_LITERAL
If the meaning of 'Page' literal object isn't clear, there really should be more of a description here...
PAGE
public static final TJspUsagePattern INPUT_LITERAL
If the meaning of 'Input' literal object isn't clear, there really should be more of a description here...
INPUT
public static final TJspUsagePattern OUTPUT_LITERAL
If the meaning of 'Output' literal object isn't clear, there really should be more of a description here...
OUTPUT
public static final TJspUsagePattern MAP_LITERAL
If the meaning of 'Map' literal object isn't clear, there really should be more of a description here...
MAP
public static final java.util.List VALUES
public static TJspUsagePattern get(java.lang.String literal)
public static TJspUsagePattern getByName(java.lang.String name)
public static TJspUsagePattern get(int value)