com.xpn.xwiki.objects
Class StringListProperty

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.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, localEntityReferenceSerializer, ownerDocument, referenceCache
 
Constructor Summary
StringListProperty()
           
 
Method Summary
 Object getCustomMappingValue()
           
 void setTextValue(String value)
           
 
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, 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

StringListProperty

public StringListProperty()
Method Detail

getCustomMappingValue

public Object getCustomMappingValue()
Overrides:
getCustomMappingValue in class BaseProperty

setTextValue

public void setTextValue(String value)


Copyright © 2004–2014 XWiki. All rights reserved.