-
- All Known Implementing Classes:
DefaultAttribute
public interface Attribute
An attribute- Author:
- Dimitrios Michail
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeType
getType()
Get the type of the attributeString
getValue()
Get the value of the attribute
-
-
-
Method Detail
-
getValue
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
-
-