com.xpn.xwiki.objects
Class DBStringListProperty

java.lang.Object
  extended by com.xpn.xwiki.objects.BaseElement<R>
      extended by com.xpn.xwiki.objects.BaseProperty
          extended by com.xpn.xwiki.objects.ListProperty
              extended by com.xpn.xwiki.objects.DBStringListProperty
All Implemented Interfaces:
ElementInterface, PropertyInterface, Serializable, Cloneable

public class DBStringListProperty
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, localEntityReferenceSerializer, ownerDocument, referenceCache
 
Constructor Summary
DBStringListProperty()
           
 
Method Summary
 
Methods inherited from class com.xpn.xwiki.objects.ListProperty
clone, cloneInternal, equals, getFormStringSeparator, getList, getTextValue, getValue, mergeValue, setFormStringSeparator, setList, setValue, toSingleFormString, toString, toText, toXML
 
Methods inherited from class com.xpn.xwiki.objects.BaseProperty
apply, createReference, getClassType, getCustomMappingValue, getId, getObject, hashCode, isValueDirty, merge, setClassType, setId, setObject, setOwnerDocument, setValueDirty, setValueDirty, toFormString, toXMLString
 
Methods inherited from class com.xpn.xwiki.objects.BaseElement
getDocumentReference, getLocalKey, getLocalUidStringEntityReferenceSerializer, getName, getOwnerDocument, getPrettyName, getReference, setDocumentReference, setName, setPrettyName
 
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
 

Constructor Detail

DBStringListProperty

public DBStringListProperty()


Copyright © 2004–2014 XWiki. All rights reserved.