|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.text.TextConditionalText
public class TextConditionalText
| Field Summary | |
|---|---|
protected String |
textCondition
|
protected String |
textCurrentValue
|
protected String |
textStringValueIfFalse
|
protected String |
textStringValueIfTrue
|
protected String |
value
|
| Constructor Summary | |
|---|---|
TextConditionalText()
|
|
| Method Summary | |
|---|---|
String |
getTextCondition()
Gets the value of the textCondition property. |
String |
getTextCurrentValue()
Gets the value of the textCurrentValue property. |
String |
getTextStringValueIfFalse()
Gets the value of the textStringValueIfFalse property. |
String |
getTextStringValueIfTrue()
Gets the value of the textStringValueIfTrue property. |
String |
getvalue()
Gets the value of the value property. |
void |
setTextCondition(String value)
Sets the value of the textCondition property. |
void |
setTextCurrentValue(String value)
Sets the value of the textCurrentValue property. |
void |
setTextStringValueIfFalse(String value)
Sets the value of the textStringValueIfFalse property. |
void |
setTextStringValueIfTrue(String value)
Sets the value of the textStringValueIfTrue 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 textCondition
protected String textCurrentValue
protected String textStringValueIfFalse
protected String textStringValueIfTrue
protected String value
| Constructor Detail |
|---|
public TextConditionalText()
| Method Detail |
|---|
public String getTextCondition()
Stringpublic String getTextCurrentValue()
Stringpublic String getTextStringValueIfFalse()
Stringpublic String getTextStringValueIfTrue()
Stringpublic String getvalue()
Stringpublic void setTextCondition(String value)
value - allowed object is Stringpublic void setTextCurrentValue(String value)
value - allowed object is Stringpublic void setTextStringValueIfFalse(String value)
value - allowed object is Stringpublic void setTextStringValueIfTrue(String value)
value - allowed object is Stringpublic 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 | ||||||||