Class ToolSetKind
- java.lang.Object
-
- org.eclipse.emf.common.util.AbstractEnumerator
-
- com.sodius.mdw.metamodel.rhapsody.ToolSetKind
-
- All Implemented Interfaces:
java.io.Serializable
,org.eclipse.emf.common.util.Enumerator
public final class ToolSetKind extends org.eclipse.emf.common.util.AbstractEnumerator
A representation of the literals of the enumeration 'Tool Set Kind', and utility methods for working with them.- See Also:
RhapsodyPackage.getToolSetKind()
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEMO
The 'Demo' literal value.static ToolSetKind
DEMO_LITERAL
The 'Demo' literal object.static int
DESIGNER
The 'Designer' literal value.static ToolSetKind
DESIGNER_LITERAL
The 'Designer' literal object.static int
DEVELOPMENT_EDITION
The 'Development edition' literal value.static ToolSetKind
DEVELOPMENT_EDITION_LITERAL
The 'Development edition' literal object.static int
UNKNOWN
The 'Unknown' literal value.static ToolSetKind
UNKNOWN_LITERAL
The 'Unknown' literal object.static java.util.List
VALUES
A public read-only list of all the 'Tool Set Kind' enumerators.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ToolSetKind
get(int value)
Returns the 'Tool Set Kind' literal with the specified integer value.static ToolSetKind
get(java.lang.String literal)
Returns the 'Tool Set Kind' literal with the specified literal value.static ToolSetKind
getByName(java.lang.String name)
Returns the 'Tool Set Kind' literal with the specified name.
-
-
-
Field Detail
-
DEMO
public static final int DEMO
The 'Demo' literal value.- See Also:
DEMO_LITERAL
, Constant Field Values
-
DEVELOPMENT_EDITION
public static final int DEVELOPMENT_EDITION
The 'Development edition' literal value.- See Also:
DEVELOPMENT_EDITION_LITERAL
, Constant Field Values
-
DESIGNER
public static final int DESIGNER
The 'Designer' literal value.- See Also:
DESIGNER_LITERAL
, Constant Field Values
-
UNKNOWN
public static final int UNKNOWN
The 'Unknown' literal value.- See Also:
UNKNOWN_LITERAL
, Constant Field Values
-
DEMO_LITERAL
public static final ToolSetKind DEMO_LITERAL
The 'Demo' literal object.- See Also:
DEMO
-
DEVELOPMENT_EDITION_LITERAL
public static final ToolSetKind DEVELOPMENT_EDITION_LITERAL
The 'Development edition' literal object.- See Also:
DEVELOPMENT_EDITION
-
DESIGNER_LITERAL
public static final ToolSetKind DESIGNER_LITERAL
The 'Designer' literal object.- See Also:
DESIGNER
-
UNKNOWN_LITERAL
public static final ToolSetKind 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 'Tool Set Kind' enumerators.
-
-
Method Detail
-
get
public static ToolSetKind get(java.lang.String literal)
Returns the 'Tool Set Kind' literal with the specified literal value.- Parameters:
literal
- the literal.- Returns:
- the matching enumerator or
null
.
-
getByName
public static ToolSetKind getByName(java.lang.String name)
Returns the 'Tool Set Kind' literal with the specified name.- Parameters:
name
- the name.- Returns:
- the matching enumerator or
null
.
-
get
public static ToolSetKind get(int value)
Returns the 'Tool Set Kind' literal with the specified integer value.- Parameters:
value
- the integer value.- Returns:
- the matching enumerator or
null
.
-
-