public static enum RoleRel.RoleRelScope extends java.lang.Enum<RoleRel.RoleRelScope> implements ToProlog
Enum Constant and Description |
---|
InterGroup |
IntraGroup |
Modifier and Type | Method and Description |
---|---|
static RoleRel.RoleRelScope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RoleRel.RoleRelScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getAsProlog
public static final RoleRel.RoleRelScope IntraGroup
public static final RoleRel.RoleRelScope InterGroup
public static RoleRel.RoleRelScope[] values()
for (RoleRel.RoleRelScope c : RoleRel.RoleRelScope.values()) System.out.println(c);
public static RoleRel.RoleRelScope 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 namejava.lang.NullPointerException
- if the argument is null