com.xpn.xwiki.objects
Class StringProperty

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

public class StringProperty
extends BaseStringProperty

XProperty for containing a string of limited size (default 255 characters max).

Version:
$Id: e0663af7c2b379ceaf66c90727e93c8db7fe0bf6 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.xpn.xwiki.objects.BaseElement
localEntityReferenceSerializer, referenceCache
 
Constructor Summary
StringProperty()
           
 
Method Summary
 
Methods inherited from class com.xpn.xwiki.objects.BaseStringProperty
clone, cloneInternal, equals, getValue, mergeValue, setValue, toText
 
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, toString, toXML, toXMLString
 
Methods inherited from class com.xpn.xwiki.objects.BaseElement
getDocumentReference, getLocalKey, getLocalUidStringEntityReferenceSerializer, getName, 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

StringProperty

public StringProperty()


Copyright © 2004-2013 XWiki. All Rights Reserved.