Enum Class WsInheritanceSetRelation

java.lang.Object
java.lang.Enum<WsInheritanceSetRelation>
edu.internet2.middleware.grouper.ws.rest.attribute.WsInheritanceSetRelation
All Implemented Interfaces:
Serializable, Comparable<WsInheritanceSetRelation>, Constable

public enum WsInheritanceSetRelation extends Enum<WsInheritanceSetRelation>
if searching for inheritance ancestors or descendents, this is the relation to the current one being searched for
  • Enum Constant Details

    • IMPLIED_BY_THIS

      public static final WsInheritanceSetRelation IMPLIED_BY_THIS
      find values that are implied by this value
    • IMPLIED_BY_THIS_IMMEDIATE

      public static final WsInheritanceSetRelation IMPLIED_BY_THIS_IMMEDIATE
      find values that are implied this value immediately, i.e. can be directly unassigned
    • THAT_IMPLY_THIS

      public static final WsInheritanceSetRelation THAT_IMPLY_THIS
      find values that imply this value
    • THAT_IMPLY_THIS_IMMEDIATE

      public static final WsInheritanceSetRelation THAT_IMPLY_THIS_IMMEDIATE
      find values that imply this value immediately, i.e. can be directly unassigned
  • Method Details

    • values

      public static WsInheritanceSetRelation[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static WsInheritanceSetRelation valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • relatedAttributeDefNames

      public abstract Set<AttributeDefName> relatedAttributeDefNames(AttributeDefName attributeDefName)
      get the related attribute def names
      Parameters:
      attributeDefName - is the object related to...
      Returns:
      attribute def names
    • valueOfIgnoreCase

      public static WsInheritanceSetRelation valueOfIgnoreCase(String string)
      do a case-insensitive matching
      Parameters:
      string -
      Returns:
      the enum or null or exception if not found