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