T
- The type of the attribute.public interface AttributeNode<T>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributeName()
Return the name of the attribute corresponding to the
attribute node.
|
Type<T> |
getType()
Return the Type of the attribute node.
|