Package com.xpn.xwiki.objects
Class StringListProperty
- java.lang.Object
-
- com.xpn.xwiki.objects.BaseElement<R>
-
- com.xpn.xwiki.objects.BaseProperty
-
- com.xpn.xwiki.objects.ListProperty
-
- com.xpn.xwiki.objects.StringListProperty
-
- All Implemented Interfaces:
ElementInterface,PropertyInterface,Serializable,Cloneable
public class StringListProperty extends ListProperty
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.xpn.xwiki.objects.ListProperty
ListProperty.NotifyList
-
-
Field Summary
-
Fields inherited from class com.xpn.xwiki.objects.ListProperty
list
-
Fields inherited from class com.xpn.xwiki.objects.BaseElement
documentReference, ownerDocument, referenceCache
-
-
Constructor Summary
Constructors Constructor Description StringListProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetCustomMappingValue()voidsetTextValue(String value)This method is called by Hibernate to set the raw value read from the database.-
Methods inherited from class com.xpn.xwiki.objects.ListProperty
clone, cloneInternal, equals, getFormStringSeparator, getList, getTextValue, getValue, mergeValue, setFormStringSeparator, setList, setValue, toSingleFormString, toString, toText
-
Methods inherited from class com.xpn.xwiki.objects.BaseProperty
apply, createReference, getClassType, getId, getObject, getPropertyClass, hashCode, isValueDirty, merge, merge, mergeValue, setClassType, setId, setObject, setOwnerDocument, setValueDirty, setValueDirty, toFormString, toXML, toXMLString
-
Methods inherited from class com.xpn.xwiki.objects.BaseElement
fromXML, fromXML, getDocumentReference, getLocalEntityReferenceSerializer, getLocalization, getLocalKey, getLocalUidStringEntityReferenceSerializer, getMergeManager, getName, getOwnerDocument, getPrettyName, getReference, getXWikiContext, localizePlain, localizePlainOrKey, setDocumentReference, setName, setPrettyName, toXMLString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.xpn.xwiki.objects.ElementInterface
getDocumentReference, getName, getReference, setDocumentReference, setName
-
-
-
-
Method Detail
-
getCustomMappingValue
public Object getCustomMappingValue()
- Overrides:
getCustomMappingValuein classBaseProperty
-
setTextValue
public void setTextValue(String value)
This method is called by Hibernate to set the raw value read from the database. Check the xwiki.hbm.xml file.- Parameters:
value- the string value retrieved from the database
-
-