public enum GroupColumn extends java.lang.Enum<GroupColumn>
GroupMemberTableSelection.| Enum Constant and Description |
|---|
NETWORK_ID |
SYSTEM_Description |
SYSTEM_ID |
SYSTEM_Valid |
| Modifier and Type | Method and Description |
|---|---|
static GroupColumn |
getGroupColumnByIndex(int indexPosition)
Gets the group column by index.
|
static int |
getIndex(GroupColumn groupColumnSearch)
Returns the index position of the specified enumeration value.
|
boolean |
isEditable()
Checks if the current column is editable or not.
|
java.lang.String |
toString() |
static GroupColumn |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GroupColumn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupColumn NETWORK_ID
public static final GroupColumn SYSTEM_ID
public static final GroupColumn SYSTEM_Description
public static final GroupColumn SYSTEM_Valid
public static GroupColumn[] values()
for (GroupColumn c : GroupColumn.values()) System.out.println(c);
public static GroupColumn valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<GroupColumn>public boolean isEditable()
public static int getIndex(GroupColumn groupColumnSearch)
groupColumnSearch - the group column value to search forpublic static GroupColumn getGroupColumnByIndex(int indexPosition)
indexPosition - the index position