- All Known Implementing Classes:
DefaultAttribute
public interface Attribute
An attribute
- Author:
- Dimitrios Michail
-
Method Summary
Modifier and Type Method Description AttributeType
getType()
Get the type of the attributejava.lang.String
getValue()
Get the value of the attribute
-
Method Details
-
getValue
java.lang.String getValue()Get the value of the attribute- Returns:
- the value of the attribute
-
getType
AttributeType getType()Get the type of the attribute- Returns:
- the type of the attribute
-