public class Attribute extends GenericModel
| Modifier and Type | Class and Description |
|---|---|
static interface |
Attribute.Type
The type of attribute.
|
| Constructor and Description |
|---|
Attribute() |
| Modifier and Type | Method and Description |
|---|---|
Location |
getLocation()
Gets the location.
|
java.lang.String |
getText()
Gets the text.
|
java.lang.String |
getType()
Gets the type.
|
equals, hashCode, toStringpublic java.lang.String getType()
public java.lang.String getText()
public Location getLocation()