Class SoDRisk

java.lang.Object
com.soffid.iam.rc.api.SoDRisk
All Implemented Interfaces:
Serializable

public class SoDRisk extends Object implements Serializable
Enumeration SoDRisk
See Also:
  • Field Details

    • SOD_LOW

      public static final SoDRisk SOD_LOW
    • SOD_HIGH

      public static final SoDRisk SOD_HIGH
    • SOD_FORBIDDEN

      public static final SoDRisk SOD_FORBIDDEN
    • SOD_NA

      public static final SoDRisk SOD_NA
  • Constructor Details

    • SoDRisk

      protected SoDRisk()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
      See Also:
    • fromString

      public static SoDRisk fromString(String value)
      Creates an instance of SoDRisk from value.
      Parameters:
      value - the value to create the SoDRisk from.
    • getValue

      public String getValue()
      Gets the underlying value of this type safe enumeration.
      Returns:
      the underlying value.
    • compareTo

      public int compareTo(Object that)
      See Also:
    • literals

      public static List literals()
      Returns an unmodifiable list containing the literals that are known by this enumeration.
      Returns:
      A List containing the actual literals defined by this enumeration, this list can not be modified.
    • names

      public static List names()
      Returns an unmodifiable list containing the names of the literals that are known by this enumeration.
      Returns:
      A List containing the actual names of the literals defined by this enumeration, this list can not be modified.
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
      See Also:
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
      See Also: