public enum DataDictionarySubtype extends Enum<DataDictionarySubtype>
| Modifier and Type | Method and Description |
|---|---|
static DataDictionarySubtype |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataDictionarySubtype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataDictionarySubtype CONTEXT
public static final DataDictionarySubtype USER
public static DataDictionarySubtype[] values()
for (DataDictionarySubtype c : DataDictionarySubtype.values()) System.out.println(c);
public static DataDictionarySubtype 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 © 1982–2022 Adobe Systems Inc.. All rights reserved.