com.xpn.xwiki.objects
Class FloatProperty

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

public class FloatProperty
extends NumberProperty

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.xpn.xwiki.objects.BaseElement
localEntityReferenceSerializer, referenceCache
 
Constructor Summary
FloatProperty()
           
 
Method Summary
 
Methods inherited from class com.xpn.xwiki.objects.NumberProperty
clone, cloneInternal, equals, getValue, setValue, toText
 
Methods inherited from class com.xpn.xwiki.objects.BaseProperty
apply, createReference, getClassType, getCustomMappingValue, getId, getObject, hashCode, isValueDirty, merge, mergeValue, 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

FloatProperty

public FloatProperty()


Copyright © 2004-2013 XWiki. All Rights Reserved.