org.jopendocument.model.text
Class TextExpression

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

public class TextExpression
extends Object


Field Summary
protected  String styleDataStyleName
           
protected  String textBooleanValue
           
protected  String textCurrency
           
protected  String textDateValue
           
protected  String textDisplay
           
protected  String textFormula
           
protected  String textStringValue
           
protected  String textTimeValue
           
protected  String textValue
           
protected  String textValueType
           
protected  String value
           
 
Constructor Summary
TextExpression()
           
 
Method Summary
 String getStyleDataStyleName()
          Gets the value of the styleDataStyleName property.
 String getTextBooleanValue()
          Gets the value of the textBooleanValue property.
 String getTextCurrency()
          Gets the value of the textCurrency property.
 String getTextDateValue()
          Gets the value of the textDateValue property.
 String getTextDisplay()
          Gets the value of the textDisplay property.
 String getTextFormula()
          Gets the value of the textFormula property.
 String getTextStringValue()
          Gets the value of the textStringValue property.
 String getTextTimeValue()
          Gets the value of the textTimeValue property.
 String getTextValue()
          Gets the value of the textValue property.
 String getTextValueType()
          Gets the value of the textValueType property.
 String getvalue()
          Gets the value of the value property.
 void setStyleDataStyleName(String value)
          Sets the value of the styleDataStyleName property.
 void setTextBooleanValue(String value)
          Sets the value of the textBooleanValue property.
 void setTextCurrency(String value)
          Sets the value of the textCurrency property.
 void setTextDateValue(String value)
          Sets the value of the textDateValue property.
 void setTextDisplay(String value)
          Sets the value of the textDisplay property.
 void setTextFormula(String value)
          Sets the value of the textFormula property.
 void setTextStringValue(String value)
          Sets the value of the textStringValue property.
 void setTextTimeValue(String value)
          Sets the value of the textTimeValue property.
 void setTextValue(String value)
          Sets the value of the textValue property.
 void setTextValueType(String value)
          Sets the value of the textValueType 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

styleDataStyleName

protected String styleDataStyleName

textBooleanValue

protected String textBooleanValue

textCurrency

protected String textCurrency

textDateValue

protected String textDateValue

textDisplay

protected String textDisplay

textFormula

protected String textFormula

textStringValue

protected String textStringValue

textTimeValue

protected String textTimeValue

textValue

protected String textValue

textValueType

protected String textValueType

value

protected String value
Constructor Detail

TextExpression

public TextExpression()
Method Detail

getStyleDataStyleName

public String getStyleDataStyleName()
Gets the value of the styleDataStyleName property.

Returns:
possible object is String

getTextBooleanValue

public String getTextBooleanValue()
Gets the value of the textBooleanValue property.

Returns:
possible object is String

getTextCurrency

public String getTextCurrency()
Gets the value of the textCurrency property.

Returns:
possible object is String

getTextDateValue

public String getTextDateValue()
Gets the value of the textDateValue property.

Returns:
possible object is String

getTextDisplay

public String getTextDisplay()
Gets the value of the textDisplay property.

Returns:
possible object is String

getTextFormula

public String getTextFormula()
Gets the value of the textFormula property.

Returns:
possible object is String

getTextStringValue

public String getTextStringValue()
Gets the value of the textStringValue property.

Returns:
possible object is String

getTextTimeValue

public String getTextTimeValue()
Gets the value of the textTimeValue property.

Returns:
possible object is String

getTextValue

public String getTextValue()
Gets the value of the textValue property.

Returns:
possible object is String

getTextValueType

public String getTextValueType()
Gets the value of the textValueType property.

Returns:
possible object is String

getvalue

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

Returns:
possible object is String

setStyleDataStyleName

public void setStyleDataStyleName(String value)
Sets the value of the styleDataStyleName property.

Parameters:
value - allowed object is String

setTextBooleanValue

public void setTextBooleanValue(String value)
Sets the value of the textBooleanValue property.

Parameters:
value - allowed object is String

setTextCurrency

public void setTextCurrency(String value)
Sets the value of the textCurrency property.

Parameters:
value - allowed object is String

setTextDateValue

public void setTextDateValue(String value)
Sets the value of the textDateValue property.

Parameters:
value - allowed object is String

setTextDisplay

public void setTextDisplay(String value)
Sets the value of the textDisplay property.

Parameters:
value - allowed object is String

setTextFormula

public void setTextFormula(String value)
Sets the value of the textFormula property.

Parameters:
value - allowed object is String

setTextStringValue

public void setTextStringValue(String value)
Sets the value of the textStringValue property.

Parameters:
value - allowed object is String

setTextTimeValue

public void setTextTimeValue(String value)
Sets the value of the textTimeValue property.

Parameters:
value - allowed object is String

setTextValue

public void setTextValue(String value)
Sets the value of the textValue property.

Parameters:
value - allowed object is String

setTextValueType

public void setTextValueType(String value)
Sets the value of the textValueType 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.