public enum DataLakeStoreAccountState extends Enum<DataLakeStoreAccountState>
Enum Constant and Description |
---|
ACTIVE
Enum value Active.
|
SUSPENDED
Enum value Suspended.
|
Modifier and Type | Method and Description |
---|---|
static DataLakeStoreAccountState |
fromString(String value)
Parses a serialized value to a DataLakeStoreAccountState instance.
|
String |
toString() |
static DataLakeStoreAccountState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataLakeStoreAccountState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataLakeStoreAccountState ACTIVE
public static final DataLakeStoreAccountState SUSPENDED
public static DataLakeStoreAccountState[] values()
for (DataLakeStoreAccountState c : DataLakeStoreAccountState.values()) System.out.println(c);
public static DataLakeStoreAccountState 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 DataLakeStoreAccountState fromString(String value)
value
- the serialized value to parse.public String toString()
toString
in class Enum<DataLakeStoreAccountState>
Copyright © 2019. All rights reserved.