public enum PermissionPropertyType extends Enum<PermissionPropertyType>
| Enum Constant and Description |
|---|
IDENTITY |
PERMISSION |
RELATIONSHIP_NAME |
RELATIONSHIP_TYPE |
RESOURCE |
| Modifier and Type | Method and Description |
|---|---|
static PermissionPropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PermissionPropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PermissionPropertyType IDENTITY
public static final PermissionPropertyType RELATIONSHIP_TYPE
public static final PermissionPropertyType RELATIONSHIP_NAME
public static final PermissionPropertyType RESOURCE
public static final PermissionPropertyType PERMISSION
public static PermissionPropertyType[] values()
for (PermissionPropertyType c : PermissionPropertyType.values()) System.out.println(c);
public static PermissionPropertyType 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 nullCopyright © 2013 Seam Framework. All Rights Reserved.