public static enum StorageService.Status extends Enum<StorageService.Status>
Enum Constant and Description |
---|
Changing |
Created |
Creating |
Deleted |
Deleting |
ResolvingDns |
Succeeded |
UNRECOGNIZED |
Modifier and Type | Method and Description |
---|---|
static StorageService.Status |
fromValue(String text) |
static StorageService.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageService.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StorageService.Status Creating
public static final StorageService.Status Created
public static final StorageService.Status Deleting
public static final StorageService.Status Deleted
public static final StorageService.Status Changing
public static final StorageService.Status ResolvingDns
public static final StorageService.Status Succeeded
public static final StorageService.Status UNRECOGNIZED
public static StorageService.Status[] values()
for (StorageService.Status c : StorageService.Status.values()) System.out.println(c);
public static StorageService.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 StorageService.Status fromValue(String text)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.