public final class VariableMode
extends org.eclipse.emf.common.util.AbstractEnumerator
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
static int |
LITERAL
The 'Literal' literal value
|
static VariableMode |
LITERAL_LITERAL
The 'Literal' literal object
|
static int |
UNSPECIFIED
The 'Unspecified' literal value
|
static VariableMode |
UNSPECIFIED_LITERAL
The 'Unspecified' literal object
|
static java.util.List |
VALUES
A public read-only list of all the 'Variable Mode' enumerators
|
static int |
VARIABLE
The 'Variable' literal value
|
static VariableMode |
VARIABLE_LITERAL
The 'Variable' literal object
|
| Modifier and Type | Method and Description |
|---|---|
static VariableMode |
get(int value)
Returns the 'Variable Mode' literal with the specified integer value
|
static VariableMode |
get(java.lang.String literal)
Returns the 'Variable Mode' literal with the specified literal value
|
static VariableMode |
getByName(java.lang.String name)
Returns the 'Variable Mode' literal with the specified name
|
public static final java.lang.String copyright
public static final int UNSPECIFIED
If the meaning of 'Unspecified' literal object isn't clear, there really should be more of a description here...
UNSPECIFIED_LITERAL,
Constant Field Valuespublic static final int LITERAL
If the meaning of 'Literal' literal object isn't clear, there really should be more of a description here...
LITERAL_LITERAL,
Constant Field Valuespublic static final int VARIABLE
If the meaning of 'Variable' literal object isn't clear, there really should be more of a description here...
VARIABLE_LITERAL,
Constant Field Valuespublic static final VariableMode UNSPECIFIED_LITERAL
UNSPECIFIEDpublic static final VariableMode LITERAL_LITERAL
LITERALpublic static final VariableMode VARIABLE_LITERAL
VARIABLEpublic static final java.util.List VALUES
public static VariableMode get(java.lang.String literal)
public static VariableMode getByName(java.lang.String name)
public static VariableMode get(int value)
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.