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