public interface Property extends Node
| Modifier and Type | Interface and Description |
|---|---|
static class |
Property.Impl |
static interface |
Property.Visitor<P,R> |
| Modifier and Type | Method and Description |
|---|---|
<P,R> R |
accept(Property.Visitor<P,R> visitor,
P par) |
java.lang.String |
getName() |
Type |
getType() |
static Property |
of(java.lang.String name,
Type type) |
void |
setName(java.lang.String name) |
void |
setType(Type type) |
java.lang.String getName()
void setName(java.lang.String name)
Type getType()
void setType(Type type)
<P,R> R accept(Property.Visitor<P,R> visitor, P par)