public enum GroupAdminTrunkGroupAccess extends Enum<GroupAdminTrunkGroupAccess>
| Enum Constant and Description | 
|---|
FULL  | 
FULLRESOURCES  | 
NONE  | 
READONLYRESOURCES  | 
| Modifier and Type | Method and Description | 
|---|---|
static GroupAdminTrunkGroupAccess | 
get(String value)  | 
static GroupAdminTrunkGroupAccess[] | 
getArray(String[] values)  | 
String | 
toString()  | 
String | 
value()  | 
static GroupAdminTrunkGroupAccess | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static GroupAdminTrunkGroupAccess[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final GroupAdminTrunkGroupAccess FULL
public static final GroupAdminTrunkGroupAccess FULLRESOURCES
public static final GroupAdminTrunkGroupAccess READONLYRESOURCES
public static final GroupAdminTrunkGroupAccess NONE
public static GroupAdminTrunkGroupAccess[] values()
for (GroupAdminTrunkGroupAccess c : GroupAdminTrunkGroupAccess.values()) System.out.println(c);
public static GroupAdminTrunkGroupAccess 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 value()
public String toString()
toString in class Enum<GroupAdminTrunkGroupAccess>public static GroupAdminTrunkGroupAccess get(String value)
public static GroupAdminTrunkGroupAccess[] getArray(String[] values)
Copyright © 2016 ECG. All rights reserved.