Class StatechartImplementation
- java.lang.Object
-
- org.eclipse.emf.common.util.AbstractEnumerator
-
- com.sodius.mdw.metamodel.rhapsody.StatechartImplementation
-
- All Implemented Interfaces:
java.io.Serializable
,org.eclipse.emf.common.util.Enumerator
public final class StatechartImplementation extends org.eclipse.emf.common.util.AbstractEnumerator
A representation of the literals of the enumeration 'Statechart Implementation', and utility methods for working with them.
-
-
Field Summary
Fields Modifier and Type Field Description static int
FLAT
The 'Flat' literal value.static StatechartImplementation
FLAT_LITERAL
The 'Flat' literal object.static int
REUSABLE
The 'Reusable' literal value.static StatechartImplementation
REUSABLE_LITERAL
The 'Reusable' literal object.static int
UNKNOWN
The 'Unknown' literal value.static StatechartImplementation
UNKNOWN_LITERAL
The 'Unknown' literal object.static java.util.List
VALUES
A public read-only list of all the 'Statechart Implementation' enumerators.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StatechartImplementation
get(int value)
Returns the 'Statechart Implementation' literal with the specified integer value.static StatechartImplementation
get(java.lang.String literal)
Returns the 'Statechart Implementation' literal with the specified literal value.static StatechartImplementation
getByName(java.lang.String name)
Returns the 'Statechart Implementation' literal with the specified name.
-
-
-
Field Detail
-
FLAT
public static final int FLAT
The 'Flat' literal value.- See Also:
FLAT_LITERAL
, Constant Field Values
-
REUSABLE
public static final int REUSABLE
The 'Reusable' literal value.- See Also:
REUSABLE_LITERAL
, Constant Field Values
-
UNKNOWN
public static final int UNKNOWN
The 'Unknown' literal value.- See Also:
UNKNOWN_LITERAL
, Constant Field Values
-
FLAT_LITERAL
public static final StatechartImplementation FLAT_LITERAL
The 'Flat' literal object.- See Also:
FLAT
-
REUSABLE_LITERAL
public static final StatechartImplementation REUSABLE_LITERAL
The 'Reusable' literal object.- See Also:
REUSABLE
-
UNKNOWN_LITERAL
public static final StatechartImplementation 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 'Statechart Implementation' enumerators.
-
-
Method Detail
-
get
public static StatechartImplementation get(java.lang.String literal)
Returns the 'Statechart Implementation' literal with the specified literal value.- Parameters:
literal
- the literal.- Returns:
- the matching enumerator or
null
.
-
getByName
public static StatechartImplementation getByName(java.lang.String name)
Returns the 'Statechart Implementation' literal with the specified name.- Parameters:
name
- the name.- Returns:
- the matching enumerator or
null
.
-
get
public static StatechartImplementation get(int value)
Returns the 'Statechart Implementation' literal with the specified integer value.- Parameters:
value
- the integer value.- Returns:
- the matching enumerator or
null
.
-
-