Constructor | Description |
---|---|
InternalEntityDecl() |
|
InternalEntityDecl(String name,
String value) |
Modifier and Type | Method | Description |
---|---|---|
String |
getName() |
Getter for property name.
|
String |
getValue() |
Getter for property value.
|
void |
setName(String name) |
Setter for property name.
|
void |
setValue(String value) |
Setter for property value.
|
String |
toString() |
public String getName()
public void setName(String name)
name
- New value of property name.public String getValue()
public void setValue(String value)
value
- New value of property value.