public static enum Types.storageAccessType extends Enum<Types.storageAccessType> implements Serializable
Modifier and Type | Method and Description |
---|---|
static Types.storageAccessType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Types.storageAccessType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Types.storageAccessType SHARED
public static final Types.storageAccessType PUBLIC
public static final Types.storageAccessType PRIVATE
public static Types.storageAccessType[] values()
for (Types.storageAccessType c : Types.storageAccessType.values()) System.out.println(c);
public static Types.storageAccessType 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 nullCopyright © 2016. All Rights Reserved.