|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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()
String
public String getTextCurrentValue()
String
public String getTextStringValueIfFalse()
String
public String getTextStringValueIfTrue()
String
public String getvalue()
String
public void setTextCondition(String value)
value
- allowed object is String
public void setTextCurrentValue(String value)
value
- allowed object is String
public void setTextStringValueIfFalse(String value)
value
- allowed object is String
public void setTextStringValueIfTrue(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 |