public enum ManagementTypes extends Enum<ManagementTypes>
| Enum Constant and Description |
|---|
ENROLLMENT |
PROVISIONING |
| Modifier and Type | Method and Description |
|---|---|
static ManagementTypes |
from(Boolean psValue) |
static ManagementTypes |
from(String value) |
static ManagementTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagementTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManagementTypes PROVISIONING
public static final ManagementTypes ENROLLMENT
public static ManagementTypes[] values()
for (ManagementTypes c : ManagementTypes.values()) System.out.println(c);
public static ManagementTypes 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 nullpublic static ManagementTypes from(String value)
public static ManagementTypes from(Boolean psValue)
Copyright © 2021. All rights reserved.