Class Attribute

    • Constructor Detail

      • Attribute

        public Attribute()
    • Method Detail

      • getType

        public Attribute.Type getType()
        Get attribute type.
        Returns:
        Attribute type.
      • setType

        public void setType​(Attribute.Type type)
        Set attribute type.
        Parameters:
        type - Attribute type.
      • getId

        public String getId()
        Get attribute ID.
        Returns:
        Attribute ID.
      • setId

        public void setId​(String id)
        Set attribute ID.
        Parameters:
        id - Attribute ID.
      • getLabel

        public String getLabel()
        Get attribute label.
        Returns:
        Attribute label.
      • setLabel

        public void setLabel​(String label)
        Set attribute label.
        Parameters:
        label - Attribute label.