org.jopendocument.model.text
Class TextUserFieldDecl

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

public class TextUserFieldDecl
extends Object


Field Summary
protected  String textBooleanValue
           
protected  String textCurrency
           
protected  String textDateValue
           
protected  String textFormula
           
protected  String textName
           
protected  String textStringValue
           
protected  String textTimeValue
           
protected  String textValue
           
protected  String textValueType
           
 
Constructor Summary
TextUserFieldDecl()
           
 
Method Summary
 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 getTextFormula()
          Gets the value of the textFormula property.
 String getTextName()
          Gets the value of the textName 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.
 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 setTextFormula(String value)
          Sets the value of the textFormula property.
 void setTextName(String value)
          Sets the value of the textName 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textBooleanValue

protected String textBooleanValue

textCurrency

protected String textCurrency

textDateValue

protected String textDateValue

textFormula

protected String textFormula

textName

protected String textName

textStringValue

protected String textStringValue

textTimeValue

protected String textTimeValue

textValue

protected String textValue

textValueType

protected String textValueType
Constructor Detail

TextUserFieldDecl

public TextUserFieldDecl()
Method Detail

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

getTextFormula

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

Returns:
possible object is String

getTextName

public String getTextName()
Gets the value of the textName 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

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

setTextFormula

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

Parameters:
value - allowed object is String

setTextName

public void setTextName(String value)
Sets the value of the textName 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


Copyright © 2010 jOpenDocument All Rights Reserved.