public interface Attribute
This interface represents an attribute.
-
Method Summary
-
Method Details
-
getName
Get the name.
- Returns:
- The name.
-
getValue
Get the first value.
- Returns:
- The first value.
-
getValues
Get the values. If the attribute has no value, this method returns an empty list.
- Returns:
- The values.