Interface Attribute


public interface Attribute
This interface represents an attribute.
  • Method Details

    • getName

      String getName()
      Get the name.
      Returns:
      The name.
    • getValue

      String getValue()
      Get the first value.
      Returns:
      The first value.
    • getValues

      List<String> getValues()
      Get the values. If the attribute has no value, this method returns an empty list.
      Returns:
      The values.