public enum EntityTypeForAccessControl extends Enum<EntityTypeForAccessControl>
| Modifier and Type | Method and Description |
|---|---|
short |
code() |
static EntityTypeForAccessControl |
fromCode(short code) |
static EntityTypeForAccessControl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityTypeForAccessControl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityTypeForAccessControl PROJECT
public static final EntityTypeForAccessControl SHAPE
public static final EntityTypeForAccessControl DOCUMENT
public static EntityTypeForAccessControl[] values()
for (EntityTypeForAccessControl c : EntityTypeForAccessControl.values()) System.out.println(c);
public static EntityTypeForAccessControl 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 short code()
public static EntityTypeForAccessControl fromCode(short code)
Copyright © 2017. All Rights Reserved.