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