org.jopendocument.model.form
Class FormPropertyValue

java.lang.Object
  extended by org.jopendocument.model.form.FormPropertyValue

public class FormPropertyValue
extends Object


Field Summary
protected  String formPropertyIsVoid
           
protected  String value
           
 
Constructor Summary
FormPropertyValue()
           
 
Method Summary
 String getFormPropertyIsVoid()
          Gets the value of the formPropertyIsVoid property.
 String getvalue()
          Gets the value of the value property.
 void setFormPropertyIsVoid(String value)
          Sets the value of the formPropertyIsVoid 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

formPropertyIsVoid

protected String formPropertyIsVoid

value

protected String value
Constructor Detail

FormPropertyValue

public FormPropertyValue()
Method Detail

getFormPropertyIsVoid

public String getFormPropertyIsVoid()
Gets the value of the formPropertyIsVoid property.

Returns:
possible object is String

getvalue

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

Returns:
possible object is String

setFormPropertyIsVoid

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