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