org.jopendocument.model.text
Class TextConditionalText

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

public class TextConditionalText
extends Object


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

textCondition

protected String textCondition

textCurrentValue

protected String textCurrentValue

textStringValueIfFalse

protected String textStringValueIfFalse

textStringValueIfTrue

protected String textStringValueIfTrue

value

protected String value
Constructor Detail

TextConditionalText

public TextConditionalText()
Method Detail

getTextCondition

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

Returns:
possible object is String

getTextCurrentValue

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

Returns:
possible object is String

getTextStringValueIfFalse

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

Returns:
possible object is String

getTextStringValueIfTrue

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

Returns:
possible object is String

getvalue

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

Returns:
possible object is String

setTextCondition

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

Parameters:
value - allowed object is String

setTextCurrentValue

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

Parameters:
value - allowed object is String

setTextStringValueIfFalse

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

Parameters:
value - allowed object is String

setTextStringValueIfTrue

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

Parameters:
value - allowed object is String

setvalue

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

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.