Interface Attribute


public interface Attribute
  • Method Details

    • getName

      String getName()
    • setName

      void setName(String name)
    • getNameFormat

      String getNameFormat()
    • setNameFormat

      void setNameFormat(String nameFormat)
    • getValues

      List<String> getValues()
    • setValues

      void setValues(List<String> values)
    • addValue

      void addValue(String value)