public enum PluginBundleType extends Enum<PluginBundleType> implements org.eclipse.emf.common.util.Enumerator
StorePackage.getPluginBundleType()| Enum Constant and Description |
|---|
GITHUB
The 'GITHUB' literal object.
|
LOCAL
The 'LOCAL' literal object.
|
LOCAL_DEV
The 'LOCAL DEV' literal object.
|
MAVEN
The 'MAVEN' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
GITHUB_VALUE
The 'GITHUB' literal value.
|
static int |
LOCAL_DEV_VALUE
The 'LOCAL DEV' literal value.
|
static int |
LOCAL_VALUE
The 'LOCAL' literal value.
|
static int |
MAVEN_VALUE
The 'MAVEN' literal value.
|
static List<PluginBundleType> |
VALUES
A public read-only list of all the 'Plugin Bundle Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static PluginBundleType |
get(int value)
Returns the 'Plugin Bundle Type' literal with the specified integer value.
|
static PluginBundleType |
get(String literal)
Returns the 'Plugin Bundle Type' literal with the specified literal value.
|
static PluginBundleType |
getByName(String name)
Returns the 'Plugin Bundle 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 PluginBundleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginBundleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginBundleType MAVEN
MAVEN_VALUEpublic static final PluginBundleType GITHUB
GITHUB_VALUEpublic static final PluginBundleType LOCAL
LOCAL_VALUEpublic static final PluginBundleType LOCAL_DEV
LOCAL_DEV_VALUEpublic static final int MAVEN_VALUE
If the meaning of 'MAVEN' literal object isn't clear, there really should be more of a description here...
MAVEN,
Constant Field Valuespublic static final int GITHUB_VALUE
If the meaning of 'GITHUB' literal object isn't clear, there really should be more of a description here...
GITHUB,
Constant Field Valuespublic static final int LOCAL_VALUE
If the meaning of 'LOCAL' literal object isn't clear, there really should be more of a description here...
LOCAL,
Constant Field Valuespublic static final int LOCAL_DEV_VALUE
If the meaning of 'LOCAL DEV' literal object isn't clear, there really should be more of a description here...
LOCAL_DEV,
Constant Field Valuespublic static final List<PluginBundleType> VALUES
public static PluginBundleType[] values()
for (PluginBundleType c : PluginBundleType.values()) System.out.println(c);
public static PluginBundleType 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 PluginBundleType get(String literal)
literal - the literal.null.public static PluginBundleType getByName(String name)
name - the name.null.public static PluginBundleType 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<PluginBundleType>Copyright © 2018 OpenSource BIM. All rights reserved.