public static enum ShareServer.Status extends Enum<ShareServer.Status>
Modifier and Type | Method and Description |
---|---|
String |
value() |
static ShareServer.Status |
value(String v) |
static ShareServer.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShareServer.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShareServer.Status ACTIVE
public static final ShareServer.Status ERROR
public static final ShareServer.Status DELETING
public static final ShareServer.Status CREATING
public static ShareServer.Status[] values()
for (ShareServer.Status c : ShareServer.Status.values()) System.out.println(c);
public static ShareServer.Status 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 ShareServer.Status value(String v)
public String value()
Copyright © 2017. All rights reserved.