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.AbstractEnumeratorA 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 intFLATThe 'Flat' literal value.static StatechartImplementationFLAT_LITERALThe 'Flat' literal object.static intREUSABLEThe 'Reusable' literal value.static StatechartImplementationREUSABLE_LITERALThe 'Reusable' literal object.static intUNKNOWNThe 'Unknown' literal value.static StatechartImplementationUNKNOWN_LITERALThe 'Unknown' literal object.static java.util.ListVALUESA public read-only list of all the 'Statechart Implementation' enumerators.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StatechartImplementationget(int value)Returns the 'Statechart Implementation' literal with the specified integer value.static StatechartImplementationget(java.lang.String literal)Returns the 'Statechart Implementation' literal with the specified literal value.static StatechartImplementationgetByName(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.
-
-