Class ProposedAction

    • Constructor Detail

      • ProposedAction

        protected ProposedAction()
    • Method Detail

      • fromString

        public static ProposedAction fromString​(String value)
        Creates an instance of ProposedAction from value.
        Parameters:
        value - the value to create the ProposedAction 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.