public final class Field
extends java.lang.Object
| Constructor and Description |
|---|
Field() |
Field(java.lang.String name,
java.lang.String value,
boolean inline) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the name of the field.
|
java.lang.String |
getValue()
Gets the value of the field.
|
boolean |
isInline()
Checks if the field is inlined.
|
void |
setInline(boolean inline)
Sets whether or not the field should be inlined.
|
void |
setName(java.lang.String name)
Sets the name of the field.
|
void |
setValue(java.lang.String value)
Sets the value of the field.
|
public Field()
public Field(java.lang.String name,
java.lang.String value,
boolean inline)
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name of the field.public java.lang.String getValue()
public void setValue(java.lang.String value)
value - The value of the field.public boolean isInline()
public void setInline(boolean inline)
inline - Whether or not the field should be inlined.