com.xpn.xwiki.objects
Class NumberProperty
java.lang.Object
com.xpn.xwiki.objects.BaseElement<R>
com.xpn.xwiki.objects.BaseProperty
com.xpn.xwiki.objects.NumberProperty
- All Implemented Interfaces:
- ElementInterface, PropertyInterface, Serializable, Cloneable
- Direct Known Subclasses:
- DoubleProperty, FloatProperty, IntegerProperty, LongProperty
public abstract class NumberProperty
- extends BaseProperty
- See Also:
- Serialized Form
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 |
NumberProperty
public NumberProperty()
getValue
public Object getValue()
- Overrides:
getValue
in class BaseProperty
setValue
public void setValue(Object value)
- Overrides:
setValue
in class BaseProperty
toText
public String toText()
- Overrides:
toText
in class BaseProperty
equals
public boolean equals(Object obj)
- Overrides:
equals
in class BaseProperty
clone
public NumberProperty clone()
- Specified by:
clone
in interface PropertyInterface
- Overrides:
clone
in class BaseProperty
cloneInternal
protected void cloneInternal(BaseProperty clone)
- Description copied from class:
BaseProperty
- Subclasses override this to copy values during cloning.
- Overrides:
cloneInternal
in class BaseProperty
- Parameters:
clone
- The cloned value.
Copyright © 2004-2013 XWiki. All Rights Reserved.