Class AttributeVisibilityEnum

  • All Implemented Interfaces:
    Serializable

    public class AttributeVisibilityEnum
    extends Object
    implements Serializable
    Enumeration AttributeVisibilityEnum Defines the custom attribute visibility scope
    See Also:
    Serialized Form
    • Constructor Detail

      • AttributeVisibilityEnum

        protected AttributeVisibilityEnum()
    • Method Detail

      • fromString

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