public enum AVOSServices extends Enum<AVOSServices>
| Enum Constant and Description |
|---|
FUNCTION_SERVICE |
STATISTICS_SERVICE |
STORAGE_SERVICE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AVOSServices |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AVOSServices[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AVOSServices STORAGE_SERVICE
public static final AVOSServices STATISTICS_SERVICE
public static final AVOSServices FUNCTION_SERVICE
public static AVOSServices[] values()
for (AVOSServices c : AVOSServices.values()) System.out.println(c);
public static AVOSServices 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 String toString()
toString in class Enum<AVOSServices>Copyright © 2017. All rights reserved.