public final class BuildKind
extends org.eclipse.emf.common.util.AbstractEnumerator
RhapsodyPackage.getBuildKind()
,
Serialized FormModifier and Type | Field and Description |
---|---|
static int |
EXECUTABLE
The 'Executable' literal value.
|
static BuildKind |
EXECUTABLE_LITERAL
The 'Executable' literal object.
|
static int |
LIBRARY
The 'Library' literal value.
|
static BuildKind |
LIBRARY_LITERAL
The 'Library' literal object.
|
static int |
UNKNOWN
The 'Unknown' literal value.
|
static BuildKind |
UNKNOWN_LITERAL
The 'Unknown' literal object.
|
static java.util.List |
VALUES
A public read-only list of all the 'Build Kind' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static BuildKind |
get(int value)
Returns the 'Build Kind' literal with the specified integer value.
|
static BuildKind |
get(java.lang.String literal)
Returns the 'Build Kind' literal with the specified literal value.
|
static BuildKind |
getByName(java.lang.String name)
Returns the 'Build Kind' literal with the specified name.
|
public static final int LIBRARY
LIBRARY_LITERAL
,
Constant Field Valuespublic static final int EXECUTABLE
EXECUTABLE_LITERAL
,
Constant Field Valuespublic static final int UNKNOWN
UNKNOWN_LITERAL
,
Constant Field Valuespublic static final BuildKind LIBRARY_LITERAL
LIBRARY
public static final BuildKind EXECUTABLE_LITERAL
EXECUTABLE
public static final BuildKind UNKNOWN_LITERAL
UNKNOWN
public static final java.util.List VALUES
public static BuildKind get(java.lang.String literal)
public static BuildKind getByName(java.lang.String name)
public static BuildKind get(int value)