public static enum AdmRuntime.DataStoragePolicy extends Enum<AdmRuntime.DataStoragePolicy>
| Enum Constant and Description |
|---|
OnlyPojo |
OnlySerialized |
SerializedAndPojo |
SerializedOrPojo |
| Modifier and Type | Method and Description |
|---|---|
static AdmRuntime.DataStoragePolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdmRuntime.DataStoragePolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdmRuntime.DataStoragePolicy SerializedAndPojo
public static final AdmRuntime.DataStoragePolicy OnlySerialized
public static final AdmRuntime.DataStoragePolicy OnlyPojo
public static final AdmRuntime.DataStoragePolicy SerializedOrPojo
public static AdmRuntime.DataStoragePolicy[] values()
for (AdmRuntime.DataStoragePolicy c : AdmRuntime.DataStoragePolicy.values()) System.out.println(c);
public static AdmRuntime.DataStoragePolicy 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 © 2019 N5 Technologies, Inc. All Rights Reserved.