public enum ServiceStatus extends Enum<ServiceStatus> implements org.eclipse.emf.common.util.Enumerator
StorePackage.getServiceStatus()| Enum Constant and Description |
|---|
AUTHENTICATED
The 'AUTHENTICATED' literal object.
|
NEW
The 'NEW' literal object.
|
NO_AUTHENTICATION
The 'NO AUTHENTICATION' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTHENTICATED_VALUE
The 'AUTHENTICATED' literal value.
|
static int |
NEW_VALUE
The 'NEW' literal value.
|
static int |
NO_AUTHENTICATION_VALUE
The 'NO AUTHENTICATION' literal value.
|
static List<ServiceStatus> |
VALUES
A public read-only list of all the 'Service Status' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceStatus |
get(int value)
Returns the 'Service Status' literal with the specified integer value.
|
static ServiceStatus |
get(String literal)
Returns the 'Service Status' literal with the specified literal value.
|
static ServiceStatus |
getByName(String name)
Returns the 'Service Status' 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 ServiceStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceStatus NEW
NEW_VALUEpublic static final ServiceStatus AUTHENTICATED
AUTHENTICATED_VALUEpublic static final ServiceStatus NO_AUTHENTICATION
NO_AUTHENTICATION_VALUEpublic static final int NEW_VALUE
If the meaning of 'NEW' literal object isn't clear, there really should be more of a description here...
NEW,
Constant Field Valuespublic static final int AUTHENTICATED_VALUE
If the meaning of 'AUTHENTICATED' literal object isn't clear, there really should be more of a description here...
AUTHENTICATED,
Constant Field Valuespublic static final int NO_AUTHENTICATION_VALUE
If the meaning of 'NO AUTHENTICATION' literal object isn't clear, there really should be more of a description here...
NO_AUTHENTICATION,
Constant Field Valuespublic static final List<ServiceStatus> VALUES
public static ServiceStatus[] values()
for (ServiceStatus c : ServiceStatus.values()) System.out.println(c);
public static ServiceStatus 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 ServiceStatus get(String literal)
literal - the literal.null.public static ServiceStatus getByName(String name)
name - the name.null.public static ServiceStatus 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<ServiceStatus>Copyright © 2018 OpenSource BIM. All rights reserved.