@Generated(value="org.nuiton.eugene.java.JavaEnumerationTransformer", date="Thu Dec 17 16:16:20 CET 2015") public enum PermissionObjectType extends Enum<PermissionObjectType>
| Enum Constant and Description |
|---|
DOMAIN_CODE |
DOMAIN_ID |
GROWING_PLAN_CODE |
GROWING_PLAN_ID |
GROWING_SYSTEM_CODE |
GROWING_SYSTEM_ID |
NETWORK_ID |
| Modifier and Type | Method and Description |
|---|---|
static PermissionObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PermissionObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PermissionObjectType NETWORK_ID
public static final PermissionObjectType DOMAIN_CODE
public static final PermissionObjectType DOMAIN_ID
public static final PermissionObjectType GROWING_PLAN_CODE
public static final PermissionObjectType GROWING_PLAN_ID
public static final PermissionObjectType GROWING_SYSTEM_CODE
public static final PermissionObjectType GROWING_SYSTEM_ID
public static PermissionObjectType[] values()
for (PermissionObjectType c : PermissionObjectType.values()) System.out.println(c);
public static PermissionObjectType 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–2015 Inra. All rights reserved.