java.lang.Object
com.xpn.xwiki.objects.BaseElement
com.xpn.xwiki.objects.BaseCollection
com.xpn.xwiki.objects.classes.BaseClass
com.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
| Fields inherited from class com.xpn.xwiki.objects.BaseElement |
|
| 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 |
PropertyMetaClass
public PropertyMetaClass()
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