|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.form.FormProperty
public class FormProperty
Field Summary | |
---|---|
protected String |
formPropertyIsList
|
protected String |
formPropertyName
|
protected String |
formPropertyType
|
protected List<FormPropertyValue> |
formPropertyValue
|
Constructor Summary | |
---|---|
FormProperty()
|
Method Summary | |
---|---|
String |
getFormPropertyIsList()
Gets the value of the formPropertyIsList property. |
String |
getFormPropertyName()
Gets the value of the formPropertyName property. |
String |
getFormPropertyType()
Gets the value of the formPropertyType property. |
List<FormPropertyValue> |
getFormPropertyValue()
Gets the value of the formPropertyValue property. |
void |
setFormPropertyIsList(String value)
Sets the value of the formPropertyIsList property. |
void |
setFormPropertyName(String value)
Sets the value of the formPropertyName property. |
void |
setFormPropertyType(String value)
Sets the value of the formPropertyType property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String formPropertyIsList
protected String formPropertyName
protected String formPropertyType
protected List<FormPropertyValue> formPropertyValue
Constructor Detail |
---|
public FormProperty()
Method Detail |
---|
public String getFormPropertyIsList()
String
public String getFormPropertyName()
String
public String getFormPropertyType()
String
public List<FormPropertyValue> getFormPropertyValue()
This accessor method returns a reference to the live list, not a snapshot. Therefore any
modification you make to the returned list will be present inside the JAXB object. This is
why there is not a set
method for the formPropertyValue property.
For example, to add a new item, do as follows:
getFormPropertyValue().add(newItem);
Objects of the following type(s) are allowed in the list FormPropertyValue
public void setFormPropertyIsList(String value)
value
- allowed object is String
public void setFormPropertyName(String value)
value
- allowed object is String
public void setFormPropertyType(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |