Class TimeModelKind
- java.lang.Object
-
- org.eclipse.emf.common.util.AbstractEnumerator
-
- com.sodius.mdw.metamodel.rhapsody.TimeModelKind
-
- All Implemented Interfaces:
java.io.Serializable
,org.eclipse.emf.common.util.Enumerator
public final class TimeModelKind extends org.eclipse.emf.common.util.AbstractEnumerator
A representation of the literals of the enumeration 'Time Model Kind', and utility methods for working with them.
-
-
Field Summary
Fields Modifier and Type Field Description static int
REAL
The 'Real' literal value.static TimeModelKind
REAL_LITERAL
The 'Real' literal object.static int
SIMULATED
The 'Simulated' literal value.static TimeModelKind
SIMULATED_LITERAL
The 'Simulated' literal object.static int
UNKNOWN
The 'Unknown' literal value.static TimeModelKind
UNKNOWN_LITERAL
The 'Unknown' literal object.static java.util.List
VALUES
A public read-only list of all the 'Time Model Kind' enumerators.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TimeModelKind
get(int value)
Returns the 'Time Model Kind' literal with the specified integer value.static TimeModelKind
get(java.lang.String literal)
Returns the 'Time Model Kind' literal with the specified literal value.static TimeModelKind
getByName(java.lang.String name)
Returns the 'Time Model Kind' literal with the specified name.
-
-
-
Field Detail
-
REAL
public static final int REAL
The 'Real' literal value.- See Also:
REAL_LITERAL
, Constant Field Values
-
SIMULATED
public static final int SIMULATED
The 'Simulated' literal value.- See Also:
SIMULATED_LITERAL
, Constant Field Values
-
UNKNOWN
public static final int UNKNOWN
The 'Unknown' literal value.- See Also:
UNKNOWN_LITERAL
, Constant Field Values
-
REAL_LITERAL
public static final TimeModelKind REAL_LITERAL
The 'Real' literal object.- See Also:
REAL
-
SIMULATED_LITERAL
public static final TimeModelKind SIMULATED_LITERAL
The 'Simulated' literal object.- See Also:
SIMULATED
-
UNKNOWN_LITERAL
public static final TimeModelKind UNKNOWN_LITERAL
The 'Unknown' literal object.- See Also:
UNKNOWN
-
VALUES
public static final java.util.List VALUES
A public read-only list of all the 'Time Model Kind' enumerators.
-
-
Method Detail
-
get
public static TimeModelKind get(java.lang.String literal)
Returns the 'Time Model Kind' literal with the specified literal value.- Parameters:
literal
- the literal.- Returns:
- the matching enumerator or
null
.
-
getByName
public static TimeModelKind getByName(java.lang.String name)
Returns the 'Time Model Kind' literal with the specified name.- Parameters:
name
- the name.- Returns:
- the matching enumerator or
null
.
-
get
public static TimeModelKind get(int value)
Returns the 'Time Model Kind' literal with the specified integer value.- Parameters:
value
- the integer value.- Returns:
- the matching enumerator or
null
.
-
-