-
- All Known Implementing Classes:
DefaultAttribute
public interface AttributeAn attribute- Author:
- Dimitrios Michail
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeTypegetType()Get the type of the attributejava.lang.StringgetValue()Get the value of the attribute
-
-
-
Method Detail
-
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
-
-