public interface Attribute
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Get the name.
|
java.lang.String |
getValue()
Get the first value.
|
java.util.List<java.lang.String> |
getValues()
Get the values.
|
java.lang.String getName()
java.lang.String getValue()
java.util.List<java.lang.String> getValues()