public enum AccessMethod extends Enum<AccessMethod> implements org.eclipse.emf.common.util.Enumerator
LogPackage.getAccessMethod()| Enum Constant and Description |
|---|
INTERNAL
The 'INTERNAL' literal object.
|
JSON
The 'JSON' literal object.
|
PROTOCOL_BUFFERS
The 'PROTOCOL BUFFERS' literal object.
|
REST
The 'REST' literal object.
|
SOAP
The 'SOAP' literal object.
|
SYNDICATION
The 'SYNDICATION' literal object.
|
WEB_INTERFACE
The 'WEB INTERFACE' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
INTERNAL_VALUE
The 'INTERNAL' literal value.
|
static int |
JSON_VALUE
The 'JSON' literal value.
|
static int |
PROTOCOL_BUFFERS_VALUE
The 'PROTOCOL BUFFERS' literal value.
|
static int |
REST_VALUE
The 'REST' literal value.
|
static int |
SOAP_VALUE
The 'SOAP' literal value.
|
static int |
SYNDICATION_VALUE
The 'SYNDICATION' literal value.
|
static List<AccessMethod> |
VALUES
A public read-only list of all the 'Access Method' enumerators.
|
static int |
WEB_INTERFACE_VALUE
The 'WEB INTERFACE' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static AccessMethod |
get(int value)
Returns the 'Access Method' literal with the specified integer value.
|
static AccessMethod |
get(String literal)
Returns the 'Access Method' literal with the specified literal value.
|
static AccessMethod |
getByName(String name)
Returns the 'Access Method' 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 AccessMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccessMethod SOAP
SOAP_VALUEpublic static final AccessMethod WEB_INTERFACE
WEB_INTERFACE_VALUEpublic static final AccessMethod INTERNAL
INTERNAL_VALUEpublic static final AccessMethod REST
REST_VALUEpublic static final AccessMethod SYNDICATION
SYNDICATION_VALUEpublic static final AccessMethod JSON
JSON_VALUEpublic static final AccessMethod PROTOCOL_BUFFERS
PROTOCOL_BUFFERS_VALUEpublic static final int SOAP_VALUE
If the meaning of 'SOAP' literal object isn't clear, there really should be more of a description here...
SOAP,
Constant Field Valuespublic static final int WEB_INTERFACE_VALUE
If the meaning of 'WEB INTERFACE' literal object isn't clear, there really should be more of a description here...
WEB_INTERFACE,
Constant Field Valuespublic static final int INTERNAL_VALUE
If the meaning of 'INTERNAL' literal object isn't clear, there really should be more of a description here...
INTERNAL,
Constant Field Valuespublic static final int REST_VALUE
If the meaning of 'REST' literal object isn't clear, there really should be more of a description here...
REST,
Constant Field Valuespublic static final int SYNDICATION_VALUE
If the meaning of 'SYNDICATION' literal object isn't clear, there really should be more of a description here...
SYNDICATION,
Constant Field Valuespublic static final int JSON_VALUE
If the meaning of 'JSON' literal object isn't clear, there really should be more of a description here...
JSON,
Constant Field Valuespublic static final int PROTOCOL_BUFFERS_VALUE
If the meaning of 'PROTOCOL BUFFERS' literal object isn't clear, there really should be more of a description here...
PROTOCOL_BUFFERS,
Constant Field Valuespublic static final List<AccessMethod> VALUES
public static AccessMethod[] values()
for (AccessMethod c : AccessMethod.values()) System.out.println(c);
public static AccessMethod 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 AccessMethod get(String literal)
literal - the literal.null.public static AccessMethod getByName(String name)
name - the name.null.public static AccessMethod 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<AccessMethod>Copyright © 2016 OpenSource BIM. All rights reserved.