public static enum Provisioning.NewValueLocationType extends Enum<Provisioning.NewValueLocationType>
| Modifier and Type | Method and Description |
|---|---|
static Provisioning.NewValueLocationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Provisioning.NewValueLocationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Provisioning.NewValueLocationType Unknown
public static final Provisioning.NewValueLocationType Start
public static final Provisioning.NewValueLocationType End
public static Provisioning.NewValueLocationType[] values()
for (Provisioning.NewValueLocationType c : Provisioning.NewValueLocationType.values()) System.out.println(c);
public static Provisioning.NewValueLocationType 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.