|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.text.TextReferenceRef
public class TextReferenceRef
Field Summary | |
---|---|
protected String |
textReferenceFormat
|
protected String |
textRefName
|
protected String |
value
|
Constructor Summary | |
---|---|
TextReferenceRef()
|
Method Summary | |
---|---|
String |
getTextReferenceFormat()
Gets the value of the textReferenceFormat property. |
String |
getTextRefName()
Gets the value of the textRefName property. |
String |
getvalue()
Gets the value of the value property. |
void |
setTextReferenceFormat(String value)
Sets the value of the textReferenceFormat property. |
void |
setTextRefName(String value)
Sets the value of the textRefName property. |
void |
setvalue(String value)
Sets the value of the value property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String textReferenceFormat
protected String textRefName
protected String value
Constructor Detail |
---|
public TextReferenceRef()
Method Detail |
---|
public String getTextReferenceFormat()
String
public String getTextRefName()
String
public String getvalue()
String
public void setTextReferenceFormat(String value)
value
- allowed object is String
public void setTextRefName(String value)
value
- allowed object is String
public void setvalue(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |