public enum PluginType extends Enum<PluginType> implements org.eclipse.emf.common.util.Enumerator
StorePackage.getPluginType()| Enum Constant and Description |
|---|
DESERIALIZER
The 'DESERIALIZER' literal object.
|
MODEL_CHECKER
The 'MODEL CHECKER' literal object.
|
MODEL_COMPARE
The 'MODEL COMPARE' literal object.
|
MODEL_MERGER
The 'MODEL MERGER' literal object.
|
OBJECT_IDM
The 'OBJECT IDM' literal object.
|
QUERY_ENGINE
The 'QUERY ENGINE' literal object.
|
RENDER_ENGINE
The 'RENDER ENGINE' literal object.
|
SERIALIZER
The 'SERIALIZER' literal object.
|
SERVICE
The 'SERVICE' literal object.
|
STILL_IMAGE_RENDER
The 'STILL IMAGE RENDER' literal object.
|
WEB_MODULE
The 'WEB MODULE' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DESERIALIZER_VALUE
The 'DESERIALIZER' literal value.
|
static int |
MODEL_CHECKER_VALUE
The 'MODEL CHECKER' literal value.
|
static int |
MODEL_COMPARE_VALUE
The 'MODEL COMPARE' literal value.
|
static int |
MODEL_MERGER_VALUE
The 'MODEL MERGER' literal value.
|
static int |
OBJECT_IDM_VALUE
The 'OBJECT IDM' literal value.
|
static int |
QUERY_ENGINE_VALUE
The 'QUERY ENGINE' literal value.
|
static int |
RENDER_ENGINE_VALUE
The 'RENDER ENGINE' literal value.
|
static int |
SERIALIZER_VALUE
The 'SERIALIZER' literal value.
|
static int |
SERVICE_VALUE
The 'SERVICE' literal value.
|
static int |
STILL_IMAGE_RENDER_VALUE
The 'STILL IMAGE RENDER' literal value.
|
static List<PluginType> |
VALUES
A public read-only list of all the 'Plugin Type' enumerators.
|
static int |
WEB_MODULE_VALUE
The 'WEB MODULE' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static PluginType |
get(int value)
Returns the 'Plugin Type' literal with the specified integer value.
|
static PluginType |
get(String literal)
Returns the 'Plugin Type' literal with the specified literal value.
|
static PluginType |
getByName(String name)
Returns the 'Plugin Type' literal with the specified name.
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
static PluginType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginType SERIALIZER
SERIALIZER_VALUEpublic static final PluginType DESERIALIZER
DESERIALIZER_VALUEpublic static final PluginType RENDER_ENGINE
RENDER_ENGINE_VALUEpublic static final PluginType QUERY_ENGINE
QUERY_ENGINE_VALUEpublic static final PluginType OBJECT_IDM
OBJECT_IDM_VALUEpublic static final PluginType WEB_MODULE
WEB_MODULE_VALUEpublic static final PluginType MODEL_MERGER
MODEL_MERGER_VALUEpublic static final PluginType MODEL_COMPARE
MODEL_COMPARE_VALUEpublic static final PluginType MODEL_CHECKER
MODEL_CHECKER_VALUEpublic static final PluginType STILL_IMAGE_RENDER
STILL_IMAGE_RENDER_VALUEpublic static final PluginType SERVICE
SERVICE_VALUEpublic static final int SERIALIZER_VALUE
If the meaning of 'SERIALIZER' literal object isn't clear, there really should be more of a description here...
SERIALIZER,
Constant Field Valuespublic static final int DESERIALIZER_VALUE
If the meaning of 'DESERIALIZER' literal object isn't clear, there really should be more of a description here...
DESERIALIZER,
Constant Field Valuespublic static final int RENDER_ENGINE_VALUE
If the meaning of 'RENDER ENGINE' literal object isn't clear, there really should be more of a description here...
RENDER_ENGINE,
Constant Field Valuespublic static final int QUERY_ENGINE_VALUE
If the meaning of 'QUERY ENGINE' literal object isn't clear, there really should be more of a description here...
QUERY_ENGINE,
Constant Field Valuespublic static final int OBJECT_IDM_VALUE
If the meaning of 'OBJECT IDM' literal object isn't clear, there really should be more of a description here...
OBJECT_IDM,
Constant Field Valuespublic static final int WEB_MODULE_VALUE
If the meaning of 'WEB MODULE' literal object isn't clear, there really should be more of a description here...
WEB_MODULE,
Constant Field Valuespublic static final int MODEL_MERGER_VALUE
If the meaning of 'MODEL MERGER' literal object isn't clear, there really should be more of a description here...
MODEL_MERGER,
Constant Field Valuespublic static final int MODEL_COMPARE_VALUE
If the meaning of 'MODEL COMPARE' literal object isn't clear, there really should be more of a description here...
MODEL_COMPARE,
Constant Field Valuespublic static final int MODEL_CHECKER_VALUE
If the meaning of 'MODEL CHECKER' literal object isn't clear, there really should be more of a description here...
MODEL_CHECKER,
Constant Field Valuespublic static final int STILL_IMAGE_RENDER_VALUE
If the meaning of 'STILL IMAGE RENDER' literal object isn't clear, there really should be more of a description here...
STILL_IMAGE_RENDER,
Constant Field Valuespublic static final int SERVICE_VALUE
If the meaning of 'SERVICE' literal object isn't clear, there really should be more of a description here...
SERVICE,
Constant Field Valuespublic static final List<PluginType> VALUES
public static PluginType[] values()
for (PluginType c : PluginType.values()) System.out.println(c);
public static PluginType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static PluginType get(String literal)
literal - the literal.null.public static PluginType getByName(String name)
name - the name.null.public static PluginType get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic String toString()
toString in class Enum<PluginType>Copyright © 2018 OpenSource BIM. All rights reserved.