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

Quick Search    Search Deep

com.xpn.xwiki.objects.meta
Class PropertyMetaClass  view PropertyMetaClass download PropertyMetaClass.java

java.lang.Object
  extended bycom.xpn.xwiki.objects.BaseElement
      extended bycom.xpn.xwiki.objects.BaseCollection
          extended bycom.xpn.xwiki.objects.classes.BaseClass
              extended bycom.xpn.xwiki.objects.meta.PropertyMetaClass
All Implemented Interfaces:
com.xpn.xwiki.objects.classes.ClassInterface, com.xpn.xwiki.objects.ElementInterface, com.xpn.xwiki.objects.ObjectInterface, com.xpn.xwiki.objects.PropertyInterface, java.io.Serializable
Direct Known Subclasses:
BooleanMetaClass, DateMetaClass, ListMetaClass, NumberMetaClass, StringMetaClass

public class PropertyMetaClass
extends com.xpn.xwiki.objects.classes.BaseClass
implements com.xpn.xwiki.objects.PropertyInterface


Field Summary
 
Fields inherited from class com.xpn.xwiki.objects.BaseCollection
 
Fields inherited from class com.xpn.xwiki.objects.BaseElement
 
Constructor Summary
PropertyMetaClass()
           
 
Method Summary
 com.xpn.xwiki.objects.BaseCollection getObject()
           
 void setObject(com.xpn.xwiki.objects.BaseCollection object)
           
 java.lang.String toFormString()
           
 
Methods inherited from class com.xpn.xwiki.objects.classes.BaseClass
addBooleanField, addDateField, addDateField, addField, addNumberField, addPasswordField, addStaticListField, addStaticListField, addTemplateField, addTextAreaField, addTextField, clone, fromMap, fromMap, fromString, fromXML, get, merge, newObject, put, toXML, toXML
 
Methods inherited from class com.xpn.xwiki.objects.BaseCollection
addPropertyForRemoval, checkField, equals, getClassName, getDateValue, getDiff, getField, getFieldList, getFieldsToRemove, getId, getIntValue, getLargeStringValue, getLongValue, getNumber, getProperties, getPropertyList, getPropertyNames, getSetValue, getStringValue, getxWikiClass, hashCode, merge, removeField, safeget, safeput, setClassName, setDateValue, setFields, setFieldsToRemove, setId, setIntValue, setLargeStringValue, setLongValue, setNumber, setSetValue, setStringValue, toString, 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.PropertyInterface
getId, setId, toXML
 
Methods inherited from interface com.xpn.xwiki.objects.ElementInterface
getName, setName, toString
 
Methods inherited from interface com.xpn.xwiki.objects.ObjectInterface
getxWikiClass, safeget, safeput
 

Constructor Detail

PropertyMetaClass

public PropertyMetaClass()
Method Detail

getObject

public com.xpn.xwiki.objects.BaseCollection getObject()
Specified by:
getObject in interface com.xpn.xwiki.objects.PropertyInterface

setObject

public void setObject(com.xpn.xwiki.objects.BaseCollection object)
Specified by:
setObject in interface com.xpn.xwiki.objects.PropertyInterface

toFormString

public java.lang.String toFormString()
Specified by:
toFormString in interface com.xpn.xwiki.objects.PropertyInterface