public final class UMLTimingRulerStyle
extends org.eclipse.emf.common.util.AbstractEnumerator
Modifier and Type | Field and Description |
---|---|
static int |
DATE
The 'Date' literal value.
|
static UMLTimingRulerStyle |
DATE_LITERAL
The 'Date' literal object.
|
static int |
NUMERICAL
The 'Numerical' literal value.
|
static UMLTimingRulerStyle |
NUMERICAL_LITERAL
The 'Numerical' literal object.
|
static java.util.List |
VALUES
A public read-only list of all the 'UML Timing Ruler Style' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static UMLTimingRulerStyle |
get(int value)
Returns the 'UML Timing Ruler Style' literal with the specified integer value.
|
static UMLTimingRulerStyle |
get(java.lang.String literal)
Returns the 'UML Timing Ruler Style' literal with the specified literal value.
|
static UMLTimingRulerStyle |
getByName(java.lang.String name)
Returns the 'UML Timing Ruler Style' literal with the specified name.
|
public static final int NUMERICAL
If the meaning of 'Numerical' literal object isn't clear, there really should be more of a description here...
NUMERICAL_LITERAL
,
Constant Field Valuespublic static final int DATE
If the meaning of 'Date' literal object isn't clear, there really should be more of a description here...
DATE_LITERAL
,
Constant Field Valuespublic static final UMLTimingRulerStyle NUMERICAL_LITERAL
NUMERICAL
public static final UMLTimingRulerStyle DATE_LITERAL
DATE
public static final java.util.List VALUES
public static UMLTimingRulerStyle get(java.lang.String literal)
public static UMLTimingRulerStyle getByName(java.lang.String name)
public static UMLTimingRulerStyle get(int value)