public final class ToolSetKind
extends AbstractEnumerator
RhapsodyPackage.getToolSetKind()
Modifier and Type | Field and 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.
|
Modifier and Type | Method and 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.
|
public static final int DEMO
DEMO_LITERAL
,
Constant Field Valuespublic static final int DEVELOPMENT_EDITION
DEVELOPMENT_EDITION_LITERAL
,
Constant Field Valuespublic static final int DESIGNER
DESIGNER_LITERAL
,
Constant Field Valuespublic static final int UNKNOWN
UNKNOWN_LITERAL
,
Constant Field Valuespublic static final ToolSetKind DEMO_LITERAL
DEMO
public static final ToolSetKind DEVELOPMENT_EDITION_LITERAL
DEVELOPMENT_EDITION
public static final ToolSetKind DESIGNER_LITERAL
DESIGNER
public static final ToolSetKind UNKNOWN_LITERAL
UNKNOWN
public static final java.util.List VALUES
public static ToolSetKind get(java.lang.String literal)
literal
- the literal.null
.public static ToolSetKind getByName(java.lang.String name)
name
- the name.null
.public static ToolSetKind get(int value)
value
- the integer value.null
.