|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AttributeDefAssignableTo>
edu.internet2.middleware.grouper.attr.AttributeDefAssignableTo
public enum AttributeDefAssignableTo
types of objects which attributes can be assigned to
Enum Constant Summary | |
---|---|
group
attribute assigned to a group |
|
groupAttribute
attribute assigned to a group attribute |
|
member
attribute assigned to a member |
|
memberAttribute
attribute assigned to a member attribute |
|
membership
attribute assigned to a membership |
|
membershipAttribute
attribute assigned to a membership attribute |
|
stem
attribute assigned to a stem |
|
stemAttribute
attribute assigned to a stem attribute |
Method Summary | |
---|---|
static AttributeDefAssignableTo |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AttributeDefAssignableTo |
valueOfIgnoreCase(java.lang.String string,
boolean exceptionOnNull)
do a case-insensitive matching |
static AttributeDefAssignableTo[] |
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 AttributeDefAssignableTo group
public static final AttributeDefAssignableTo stem
public static final AttributeDefAssignableTo membership
public static final AttributeDefAssignableTo member
public static final AttributeDefAssignableTo groupAttribute
public static final AttributeDefAssignableTo stemAttribute
public static final AttributeDefAssignableTo membershipAttribute
public static final AttributeDefAssignableTo memberAttribute
Method Detail |
---|
public static AttributeDefAssignableTo[] values()
for (AttributeDefAssignableTo c : AttributeDefAssignableTo.values()) System.out.println(c);
public static AttributeDefAssignableTo 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 AttributeDefAssignableTo valueOfIgnoreCase(java.lang.String string, boolean exceptionOnNull)
string
- exceptionOnNull
- will not allow null or blank entries
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |