Modifier and Type | Method and Description |
---|---|
String |
getRef()
Gets the reference for this annotation.
|
boolean |
getTranslate()
Indicates if the content within the annotation is translatable.
|
String |
getValue()
Gets the value for this annotation.
|
void |
setRef(String ref)
Sets the reference for this annotation.
|
void |
setTranslate(boolean translate)
Sets the flag indicating if the content within the annotation is translatable.
|
void |
setValue(String value)
Sets the value for this annotation.
|
boolean getTranslate()
void setTranslate(boolean translate)
translate
- true to mark the content as translatable, false to mark it as not translatable.String getValue()
void setValue(String value)
value
- the new value (can be null).String getRef()
void setRef(String ref)
ref
- the new reference (can be null).