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