public enum ProgressTopicType extends Enum<ProgressTopicType> implements org.eclipse.emf.common.util.Enumerator
StorePackage.getProgressTopicType()| Enum Constant and Description |
|---|
BRANCH
The 'BRANCH' literal object.
|
DOWNLOAD
The 'DOWNLOAD' literal object.
|
RUNNING_SERVICE
The 'RUNNING SERVICE' literal object.
|
UPLOAD
The 'UPLOAD' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BRANCH_VALUE
The 'BRANCH' literal value.
|
static int |
DOWNLOAD_VALUE
The 'DOWNLOAD' literal value.
|
static int |
RUNNING_SERVICE_VALUE
The 'RUNNING SERVICE' literal value.
|
static int |
UPLOAD_VALUE
The 'UPLOAD' literal value.
|
static List<ProgressTopicType> |
VALUES
A public read-only list of all the 'Progress Topic Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ProgressTopicType |
get(int value)
Returns the 'Progress Topic Type' literal with the specified integer value.
|
static ProgressTopicType |
get(String literal)
Returns the 'Progress Topic Type' literal with the specified literal value.
|
static ProgressTopicType |
getByName(String name)
Returns the 'Progress Topic 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 ProgressTopicType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProgressTopicType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProgressTopicType DOWNLOAD
DOWNLOAD_VALUEpublic static final ProgressTopicType UPLOAD
UPLOAD_VALUEpublic static final ProgressTopicType RUNNING_SERVICE
RUNNING_SERVICE_VALUEpublic static final ProgressTopicType BRANCH
BRANCH_VALUEpublic static final int DOWNLOAD_VALUE
If the meaning of 'DOWNLOAD' literal object isn't clear, there really should be more of a description here...
DOWNLOAD,
Constant Field Valuespublic static final int UPLOAD_VALUE
If the meaning of 'UPLOAD' literal object isn't clear, there really should be more of a description here...
UPLOAD,
Constant Field Valuespublic static final int RUNNING_SERVICE_VALUE
If the meaning of 'RUNNING SERVICE' literal object isn't clear, there really should be more of a description here...
RUNNING_SERVICE,
Constant Field Valuespublic static final int BRANCH_VALUE
If the meaning of 'BRANCH' literal object isn't clear, there really should be more of a description here...
BRANCH,
Constant Field Valuespublic static final List<ProgressTopicType> VALUES
public static ProgressTopicType[] values()
for (ProgressTopicType c : ProgressTopicType.values()) System.out.println(c);
public static ProgressTopicType 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 ProgressTopicType get(String literal)
literal - the literal.null.public static ProgressTopicType getByName(String name)
name - the name.null.public static ProgressTopicType 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<ProgressTopicType>Copyright © 2018 OpenSource BIM. All rights reserved.