org.jopendocument.model.form
Class FormPropertyValue
java.lang.Object
org.jopendocument.model.form.FormPropertyValue
public class FormPropertyValue
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
formPropertyIsVoid
protected String formPropertyIsVoid
value
protected String value
FormPropertyValue
public FormPropertyValue()
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.