public enum PluginType extends Enum<PluginType> implements org.eclipse.emf.common.util.Enumerator
StorePackage.getPluginType()| Enum Constant and Description |
|---|
GITHUB
The 'GITHUB' literal object.
|
MAVEN
The 'MAVEN' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
GITHUB_VALUE
The 'GITHUB' literal value.
|
static int |
MAVEN_VALUE
The 'MAVEN' literal value.
|
static List<PluginType> |
VALUES
A public read-only list of all the 'Plugin Type' enumerators.
|
| 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 MAVEN
MAVEN_VALUEpublic static final PluginType GITHUB
GITHUB_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 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 © 2016 OpenSource BIM. All rights reserved.