com.xpn.xwiki.objects.meta
Class BooleanMetaClass

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
                  extended bycom.xpn.xwiki.objects.meta.BooleanMetaClass
All Implemented Interfaces:
ClassInterface, ElementInterface, ObjectInterface, PropertyInterface, java.io.Serializable

public class BooleanMetaClass
extends PropertyMetaClass

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.xpn.xwiki.objects.BaseCollection
 
Fields inherited from class com.xpn.xwiki.objects.BaseElement
 
Constructor Summary
BooleanMetaClass()
           
 
Method Summary
 BaseCollection newObject()
           
 
Methods inherited from class com.xpn.xwiki.objects.meta.PropertyMetaClass
getObject, setObject, 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, 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

BooleanMetaClass

public BooleanMetaClass()
Method Detail

newObject

public BaseCollection newObject()
Overrides:
newObject in class BaseClass


Copyright 2003 Ludovic Dubost