Class EnumDefinition

    • Method Detail

      • getValue

        public java.lang.String getValue()
      • getName

        public java.util.Optional<java.lang.String> getName()
      • getDocumentation

        public java.util.Optional<java.lang.String> getDocumentation()
      • isDeprecated

        public boolean isDeprecated()
      • toNode

        public Node toNode()
        Description copied from interface: ToNode
        Converts a value to a Node.
        Specified by:
        toNode in interface ToNode
        Returns:
        Returns the creates Node.
      • getTags

        public java.util.List<java.lang.String> getTags()
        Description copied from interface: Tagged
        Gets the tags applied to an object.
        Specified by:
        getTags in interface Tagged
        Returns:
        Returns the tag values.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object