public static enum IFeatureAttributeConfig.Permission extends Enum<IFeatureAttributeConfig.Permission>
Modifier and Type | Method and Description |
---|---|
static IFeatureAttributeConfig.Permission |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IFeatureAttributeConfig.Permission[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IFeatureAttributeConfig.Permission QUERY
public static final IFeatureAttributeConfig.Permission READ
public static final IFeatureAttributeConfig.Permission WRITE
public static IFeatureAttributeConfig.Permission[] values()
for (IFeatureAttributeConfig.Permission c : IFeatureAttributeConfig.Permission.values()) System.out.println(c);
public static IFeatureAttributeConfig.Permission 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 © 2017 Comune di Prato. All rights reserved.