Class SoDRisk

    • Field Detail

      • 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 Detail

      • SoDRisk

        protected SoDRisk()
    • Method Detail

      • 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.
      • 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.