org.jopendocument.model.text
Class TextConditionalText

java.lang.Object
  extended by org.jopendocument.model.text.TextConditionalText

public class TextConditionalText
extends java.lang.Object


Constructor Summary
TextConditionalText()
           
 
Method Summary
 java.lang.String getTextCondition()
          Gets the value of the textCondition property.
 java.lang.String getTextCurrentValue()
          Gets the value of the textCurrentValue property.
 java.lang.String getTextStringValueIfFalse()
          Gets the value of the textStringValueIfFalse property.
 java.lang.String getTextStringValueIfTrue()
          Gets the value of the textStringValueIfTrue property.
 java.lang.String getvalue()
          Gets the value of the value property.
 void setTextCondition(java.lang.String value)
          Sets the value of the textCondition property.
 void setTextCurrentValue(java.lang.String value)
          Sets the value of the textCurrentValue property.
 void setTextStringValueIfFalse(java.lang.String value)
          Sets the value of the textStringValueIfFalse property.
 void setTextStringValueIfTrue(java.lang.String value)
          Sets the value of the textStringValueIfTrue property.
 void setvalue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextConditionalText

public TextConditionalText()
Method Detail

getTextCondition

public java.lang.String getTextCondition()
Gets the value of the textCondition property.

Returns:
possible object is String

getTextCurrentValue

public java.lang.String getTextCurrentValue()
Gets the value of the textCurrentValue property.

Returns:
possible object is String

getTextStringValueIfFalse

public java.lang.String getTextStringValueIfFalse()
Gets the value of the textStringValueIfFalse property.

Returns:
possible object is String

getTextStringValueIfTrue

public java.lang.String getTextStringValueIfTrue()
Gets the value of the textStringValueIfTrue property.

Returns:
possible object is String

getvalue

public java.lang.String getvalue()
Gets the value of the value property.

Returns:
possible object is String

setTextCondition

public void setTextCondition(java.lang.String value)
Sets the value of the textCondition property.

Parameters:
value - allowed object is String

setTextCurrentValue

public void setTextCurrentValue(java.lang.String value)
Sets the value of the textCurrentValue property.

Parameters:
value - allowed object is String

setTextStringValueIfFalse

public void setTextStringValueIfFalse(java.lang.String value)
Sets the value of the textStringValueIfFalse property.

Parameters:
value - allowed object is String

setTextStringValueIfTrue

public void setTextStringValueIfTrue(java.lang.String value)
Sets the value of the textStringValueIfTrue property.

Parameters:
value - allowed object is String

setvalue

public void setvalue(java.lang.String value)
Sets the value of the value property.

Parameters:
value - allowed object is String