|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WsInheritanceSetRelation>
edu.internet2.middleware.grouper.ws.rest.attribute.WsInheritanceSetRelation
public enum WsInheritanceSetRelation
if searching for inheritance ancestors or descendents, this is the relation to the current one being searched for
Enum Constant Summary | |
---|---|
IMPLIED_BY_THIS
find values that are implied by this value |
|
IMPLIED_BY_THIS_IMMEDIATE
find values that are implied this value immediately, i.e. |
|
THAT_IMPLY_THIS
find values that imply this value |
|
THAT_IMPLY_THIS_IMMEDIATE
find values that imply this value immediately, i.e. |
Method Summary | |
---|---|
abstract Set<AttributeDefName> |
relatedAttributeDefNames(AttributeDefName attributeDefName)
get the related attribute def names |
static WsInheritanceSetRelation |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WsInheritanceSetRelation |
valueOfIgnoreCase(String string)
do a case-insensitive matching |
static WsInheritanceSetRelation[] |
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 WsInheritanceSetRelation IMPLIED_BY_THIS
public static final WsInheritanceSetRelation IMPLIED_BY_THIS_IMMEDIATE
public static final WsInheritanceSetRelation THAT_IMPLY_THIS
public static final WsInheritanceSetRelation THAT_IMPLY_THIS_IMMEDIATE
Method Detail |
---|
public static WsInheritanceSetRelation[] values()
for (WsInheritanceSetRelation c : WsInheritanceSetRelation.values()) System.out.println(c);
public static WsInheritanceSetRelation valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic abstract Set<AttributeDefName> relatedAttributeDefNames(AttributeDefName attributeDefName)
attributeDefName
- is the object related to...
public static WsInheritanceSetRelation valueOfIgnoreCase(String string)
string
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |