public enum SAccessMethod extends Enum<SAccessMethod>
| Enum Constant and Description |
|---|
INTERNAL |
JSON |
PROTOCOL_BUFFERS |
REST |
SOAP |
SYNDICATION |
WEB_INTERFACE |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrdinal() |
static SAccessMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SAccessMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SAccessMethod SOAP
public static final SAccessMethod WEB_INTERFACE
public static final SAccessMethod INTERNAL
public static final SAccessMethod REST
public static final SAccessMethod SYNDICATION
public static final SAccessMethod JSON
public static final SAccessMethod PROTOCOL_BUFFERS
public static SAccessMethod[] values()
for (SAccessMethod c : SAccessMethod.values()) System.out.println(c);
public static SAccessMethod 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 int getOrdinal()
Copyright © 2018 OpenSource BIM. All rights reserved.