com.xpn.xwiki.objects
Class ListProperty
java.lang.Object
com.xpn.xwiki.objects.BaseElement
com.xpn.xwiki.objects.BaseProperty
com.xpn.xwiki.objects.ListProperty
- All Implemented Interfaces:
- ElementInterface, PropertyInterface, java.io.Serializable
- Direct Known Subclasses:
- DBStringListProperty, StringListProperty
- public class ListProperty
- extends BaseProperty
- See Also:
- Serialized Form
Field Summary |
protected java.util.List |
list
|
Fields inherited from class com.xpn.xwiki.objects.BaseProperty |
|
Fields inherited from class com.xpn.xwiki.objects.BaseElement |
|
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
list
protected java.util.List list
ListProperty
public ListProperty()
getValue
public java.lang.Object getValue()
- Overrides:
getValue
in class BaseProperty
setValue
public void setValue(java.lang.Object value)
- Overrides:
setValue
in class BaseProperty
getTextValue
public java.lang.String getTextValue()
toText
public java.lang.String toText()
- Overrides:
toText
in class BaseProperty
toSingleFormString
public java.lang.String toSingleFormString()
toFormString
public java.lang.String toFormString()
- Specified by:
toFormString
in interface PropertyInterface
- Overrides:
toFormString
in class BaseProperty
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class BaseProperty
clone
public java.lang.Object clone()
- Overrides:
clone
in class BaseProperty
getList
public java.util.List getList()
setList
public void setList(java.util.List list)
toXML
public org.dom4j.Element toXML()
- Specified by:
toXML
in interface PropertyInterface
- Overrides:
toXML
in class BaseProperty
toString
public java.lang.String toString()
- Specified by:
toString
in interface ElementInterface
- Overrides:
toString
in class BaseProperty
Copyright 2003 Ludovic Dubost