public enum SServiceStatus extends Enum<SServiceStatus>
| Enum Constant and Description |
|---|
AUTHENTICATED |
NEW |
NO_AUTHENTICATION |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrdinal() |
static SServiceStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SServiceStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SServiceStatus NEW
public static final SServiceStatus AUTHENTICATED
public static final SServiceStatus NO_AUTHENTICATION
public static SServiceStatus[] values()
for (SServiceStatus c : SServiceStatus.values()) System.out.println(c);
public static SServiceStatus 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.