public static enum FeatureSet.FeatureGroup extends Enum<FeatureSet.FeatureGroup>
Enum Constant and Description |
---|
agent |
attribute |
credential |
group |
realm |
relationship |
role |
tier |
user |
Modifier and Type | Method and Description |
---|---|
static FeatureSet.FeatureGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureSet.FeatureGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureSet.FeatureGroup agent
public static final FeatureSet.FeatureGroup user
public static final FeatureSet.FeatureGroup group
public static final FeatureSet.FeatureGroup role
public static final FeatureSet.FeatureGroup relationship
public static final FeatureSet.FeatureGroup attribute
public static final FeatureSet.FeatureGroup credential
public static final FeatureSet.FeatureGroup realm
public static final FeatureSet.FeatureGroup tier
public static FeatureSet.FeatureGroup[] values()
for (FeatureSet.FeatureGroup c : FeatureSet.FeatureGroup.values()) System.out.println(c);
public static FeatureSet.FeatureGroup 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. All Rights Reserved.