public enum EFileTypes extends java.lang.Enum<EFileTypes> implements org.eclipse.emf.common.util.Enumerator
TaurusPackage.getEFileTypes()| Enum Constant and Description |
|---|
INPUT_STREAM
The 'Input Stream' literal object.
|
LOCAL_FILE
The 'Local File' literal object.
|
MVSPO
The 'MVSPO' literal object.
|
MVSPO_MEMBER
The 'MVSPO Member' literal object.
|
MVSSEQ
The 'MVSSEQ' literal object.
|
USS_FILE
The 'USS File' literal object.
|
WORKSPACE_FILE
The 'Workspace File' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
INPUT_STREAM_VALUE
The 'Input Stream' literal value.
|
static int |
LOCAL_FILE_VALUE
The 'Local File' literal value.
|
static int |
MVSPO_MEMBER_VALUE
The 'MVSPO Member' literal value.
|
static int |
MVSPO_VALUE
The 'MVSPO' literal value.
|
static int |
MVSSEQ_VALUE
The 'MVSSEQ' literal value.
|
static int |
USS_FILE_VALUE
The 'USS File' literal value.
|
static java.util.List<EFileTypes> |
VALUES
A public read-only list of all the 'EFile Types'
enumerators.
|
static int |
WORKSPACE_FILE_VALUE
The 'Workspace File' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static EFileTypes |
get(int value)
Returns the 'EFile Types' literal with the specified
integer value.
|
static EFileTypes |
get(java.lang.String literal)
Returns the 'EFile Types' literal with the specified
literal value.
|
static EFileTypes |
getByName(java.lang.String name)
Returns the 'EFile Types' literal with the specified
name.
|
java.lang.String |
getLiteral() |
java.lang.String |
getName() |
int |
getValue() |
boolean |
isMainframeFile()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string
representation.
|
static EFileTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EFileTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EFileTypes WORKSPACE_FILE
WORKSPACE_FILE_VALUEpublic static final EFileTypes INPUT_STREAM
INPUT_STREAM_VALUEpublic static final EFileTypes LOCAL_FILE
LOCAL_FILE_VALUEpublic static final EFileTypes MVSPO
MVSPO_VALUEpublic static final EFileTypes MVSPO_MEMBER
MVSPO_MEMBER_VALUEpublic static final EFileTypes MVSSEQ
MVSSEQ_VALUEpublic static final EFileTypes USS_FILE
USS_FILE_VALUEpublic static final int WORKSPACE_FILE_VALUE
WORKSPACE_FILE,
Constant Field Valuespublic static final int INPUT_STREAM_VALUE
INPUT_STREAM,
Constant Field Valuespublic static final int LOCAL_FILE_VALUE
LOCAL_FILE,
Constant Field Valuespublic static final int MVSPO_VALUE
MVSPO,
Constant Field Valuespublic static final int MVSPO_MEMBER_VALUE
MVSPO_MEMBER,
Constant Field Valuespublic static final int MVSSEQ_VALUE
MVSSEQ,
Constant Field Valuespublic static final int USS_FILE_VALUE
USS_FILE,
Constant Field Valuespublic static final java.util.List<EFileTypes> VALUES
public static EFileTypes[] values()
for (EFileTypes c : EFileTypes.values()) System.out.println(c);
public static EFileTypes valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static EFileTypes get(java.lang.String literal)
literal - the literal.null.public static EFileTypes getByName(java.lang.String name)
name - the name.null.public static EFileTypes get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String toString()
toString in class java.lang.Enum<EFileTypes>public boolean isMainframeFile()
true if the file type is a mainframe file and
false otherwiseCopyright © 2015 Micro Focus GmbH. All rights reserved.