org.jopendocument.model.text
Class TextHiddenText

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

public class TextHiddenText
extends Object


Field Summary
protected  String textCondition
           
protected  String textIsHidden
           
protected  String textStringValue
           
protected  String value
           
 
Constructor Summary
TextHiddenText()
           
 
Method Summary
 String getTextCondition()
          Gets the value of the textCondition property.
 String getTextIsHidden()
          Gets the value of the textIsHidden property.
 String getTextStringValue()
          Gets the value of the textStringValue property.
 String getvalue()
          Gets the value of the value property.
 void setTextCondition(String value)
          Sets the value of the textCondition property.
 void setTextIsHidden(String value)
          Sets the value of the textIsHidden property.
 void setTextStringValue(String value)
          Sets the value of the textStringValue 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

textIsHidden

protected String textIsHidden

textStringValue

protected String textStringValue

value

protected String value
Constructor Detail

TextHiddenText

public TextHiddenText()
Method Detail

getTextCondition

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

Returns:
possible object is String

getTextIsHidden

public String getTextIsHidden()
Gets the value of the textIsHidden property.

Returns:
possible object is String

getTextStringValue

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

setTextIsHidden

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

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.