Interface Attribute


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

      • getName

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

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

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