Package moise.os.ss
Enum RoleRel.RoleRelScope
- java.lang.Object
-
- java.lang.Enum<RoleRel.RoleRelScope>
-
- moise.os.ss.RoleRel.RoleRelScope
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<RoleRel.RoleRelScope>
,java.lang.constant.Constable
,ToProlog
- Enclosing class:
- RoleRel
public static enum RoleRel.RoleRelScope extends java.lang.Enum<RoleRel.RoleRelScope> implements ToProlog
-
-
Enum Constant Summary
Enum Constants Enum Constant Description InterGroup
IntraGroup
-
Constructor Summary
Constructors Modifier Constructor Description private
RoleRelScope()
-
Method Summary
Modifier and Type Method 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.-
Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Methods inherited from interface moise.prolog.ToProlog
getAsProlog
-
-
-
-
Enum Constant Detail
-
IntraGroup
public static final RoleRel.RoleRelScope IntraGroup
-
InterGroup
public static final RoleRel.RoleRelScope InterGroup
-
-
Method Detail
-
values
public static RoleRel.RoleRelScope[] values()
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static RoleRel.RoleRelScope valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
-