public enum EParameterTypes extends java.lang.Enum<EParameterTypes> implements org.eclipse.emf.common.util.Enumerator
TaurusPackage.getEParameterTypes()| Enum Constant and Description |
|---|
FILE
The 'File' literal object.
|
MASS_PROCESSING
Deprecated.
the new IToolExecutor2 interface should be used. Mass
processing is no longer supported as parameter type.
|
STRING
The 'String' literal object.
|
TOOL_DEFINED_RESOURCE_OPERATION
Deprecated.
the new IToolExecutor2 interface should be used.
TOOL_DEFINED_RESOURCE_OPERATION is no longer supported as
parameter type.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
FILE_VALUE
The 'File' literal value.
|
static int |
MASS_PROCESSING_VALUE
Deprecated.
the new IToolExecutor2 interface should be used.
MASS_PROCESSING_VALUE is no longer supported as parameter
type value.
|
static int |
STRING_VALUE
The 'String' literal value.
|
static int |
TOOL_DEFINED_RESOURCE_OPERATION_VALUE
Deprecated.
the new IToolExecutor2 interface should be used.
TOOL_DEFINED_RESOURCE_OPERATION_VALUE is no longer supported
as parameter type value.
|
static java.util.List<EParameterTypes> |
VALUES
A public read-only list of all the 'EParameter Types'
enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static EParameterTypes |
get(int value)
Returns the 'EParameter Types' literal with the specified
integer value.
|
static EParameterTypes |
get(java.lang.String literal)
Returns the 'EParameter Types' literal with the specified
literal value.
|
static EParameterTypes |
getByName(java.lang.String name)
Returns the 'EParameter Types' literal with the specified
name.
|
java.lang.String |
getLiteral() |
java.lang.String |
getName() |
int |
getValue() |
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string
representation.
|
static EParameterTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EParameterTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EParameterTypes STRING
STRING_VALUEpublic static final EParameterTypes FILE
FILE_VALUE@Deprecated public static final EParameterTypes TOOL_DEFINED_RESOURCE_OPERATION
TOOL_DEFINED_RESOURCE_OPERATION_VALUE@Deprecated public static final EParameterTypes MASS_PROCESSING
MASS_PROCESSING_VALUEpublic static final int STRING_VALUE
STRING,
Constant Field Valuespublic static final int FILE_VALUE
FILE,
Constant Field Values@Deprecated public static final int TOOL_DEFINED_RESOURCE_OPERATION_VALUE
@Deprecated public static final int MASS_PROCESSING_VALUE
MASS_PROCESSING,
Constant Field Valuespublic static final java.util.List<EParameterTypes> VALUES
public static EParameterTypes[] values()
for (EParameterTypes c : EParameterTypes.values()) System.out.println(c);
public static EParameterTypes 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 EParameterTypes get(java.lang.String literal)
literal - the literal.null.public static EParameterTypes getByName(java.lang.String name)
name - the name.null.public static EParameterTypes 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<EParameterTypes>Copyright © 2015 Micro Focus GmbH. All rights reserved.