|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AttributeDefType>
edu.internet2.middleware.grouper.attr.AttributeDefType
public enum AttributeDefType
Enum Constant Summary | |
---|---|
attr
if this is an attribute |
|
limit
if this is a limit of an attribute |
|
perm
if this is a permission |
|
service
group up things into one application |
|
type
if this is a type |
Method Summary | |
---|---|
static java.util.Set<AttributeDefType> |
toSet(java.lang.String[] attributeDefTypeStrings)
return the set of attributeDefTypes, never null |
static AttributeDefType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AttributeDefType |
valueOfIgnoreCase(java.lang.String string,
boolean exceptionOnNull)
do a case-insensitive matching |
static AttributeDefType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final AttributeDefType attr
public static final AttributeDefType service
public static final AttributeDefType type
public static final AttributeDefType limit
public static final AttributeDefType perm
Method Detail |
---|
public static AttributeDefType[] values()
for (AttributeDefType c : AttributeDefType.values()) System.out.println(c);
public static AttributeDefType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic static AttributeDefType valueOfIgnoreCase(java.lang.String string, boolean exceptionOnNull)
string
- exceptionOnNull
- will not allow null or blank entries
public static java.util.Set<AttributeDefType> toSet(java.lang.String[] attributeDefTypeStrings)
attributeDefTypeStrings
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |