Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.xpn.xwiki.objects
Class LargeStringProperty  view LargeStringProperty download LargeStringProperty.java

java.lang.Object
  extended bycom.xpn.xwiki.objects.BaseElement
      extended bycom.xpn.xwiki.objects.BaseProperty
          extended bycom.xpn.xwiki.objects.StringProperty
              extended bycom.xpn.xwiki.objects.LargeStringProperty
All Implemented Interfaces:
ElementInterface, PropertyInterface, java.io.Serializable

public class LargeStringProperty
extends StringProperty


Field Summary
 
Fields inherited from class com.xpn.xwiki.objects.StringProperty
 
Fields inherited from class com.xpn.xwiki.objects.BaseProperty
 
Fields inherited from class com.xpn.xwiki.objects.BaseElement
 
Constructor Summary
LargeStringProperty()
           
 
Methods inherited from class com.xpn.xwiki.objects.StringProperty
clone, equals, getValue, setValue, toText
 
Methods inherited from class com.xpn.xwiki.objects.BaseProperty
getClassType, getId, getObject, hashCode, setClassType, setId, setObject, toFormString, toString, toXML, toXMLString
 
Methods inherited from class com.xpn.xwiki.objects.BaseElement
getName, getPrettyName, 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
getName, setName
 

Constructor Detail

LargeStringProperty

public LargeStringProperty()