public final class FileKind
extends org.eclipse.emf.common.util.AbstractEnumerator
RhapsodyPackage.getFileKind()
,
Serialized FormModifier and Type | Field and Description |
---|---|
static int |
FOLDER
The 'Folder' literal value.
|
static FileKind |
FOLDER_LITERAL
The 'Folder' literal object.
|
static int |
IMPLEMENTATION
The 'Implementation' literal value.
|
static FileKind |
IMPLEMENTATION_LITERAL
The 'Implementation' literal object.
|
static int |
LOGICAL
The 'Logical' literal value.
|
static FileKind |
LOGICAL_LITERAL
The 'Logical' literal object.
|
static int |
OTHER
The 'Other' literal value.
|
static FileKind |
OTHER_LITERAL
The 'Other' literal object.
|
static int |
SPECIFICATION
The 'Specification' literal value.
|
static FileKind |
SPECIFICATION_LITERAL
The 'Specification' literal object.
|
static int |
UNKNOWN
The 'Unknown' literal value.
|
static FileKind |
UNKNOWN_LITERAL
The 'Unknown' literal object.
|
static java.util.List |
VALUES
A public read-only list of all the 'File Kind' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static FileKind |
get(int value)
Returns the 'File Kind' literal with the specified integer value.
|
static FileKind |
get(java.lang.String literal)
Returns the 'File Kind' literal with the specified literal value.
|
static FileKind |
getByName(java.lang.String name)
Returns the 'File Kind' literal with the specified name.
|
public static final int FOLDER
FOLDER_LITERAL
,
Constant Field Valuespublic static final int IMPLEMENTATION
IMPLEMENTATION_LITERAL
,
Constant Field Valuespublic static final int SPECIFICATION
SPECIFICATION_LITERAL
,
Constant Field Valuespublic static final int LOGICAL
LOGICAL_LITERAL
,
Constant Field Valuespublic static final int OTHER
OTHER_LITERAL
,
Constant Field Valuespublic static final int UNKNOWN
UNKNOWN_LITERAL
,
Constant Field Valuespublic static final FileKind FOLDER_LITERAL
FOLDER
public static final FileKind IMPLEMENTATION_LITERAL
IMPLEMENTATION
public static final FileKind SPECIFICATION_LITERAL
SPECIFICATION
public static final FileKind LOGICAL_LITERAL
LOGICAL
public static final FileKind OTHER_LITERAL
OTHER
public static final FileKind UNKNOWN_LITERAL
UNKNOWN
public static final java.util.List VALUES
public static FileKind get(java.lang.String literal)
public static FileKind getByName(java.lang.String name)
public static FileKind get(int value)