public abstract class NumberProperty extends BaseProperty
documentReference, ownerDocument, referenceCache| Constructor and Description |
|---|
NumberProperty() |
| Modifier and Type | Method and Description |
|---|---|
NumberProperty |
clone() |
protected void |
cloneInternal(BaseProperty clone)
Subclasses override this to copy values during cloning.
|
boolean |
equals(Object obj) |
Object |
getValue() |
int |
hashCode() |
void |
setValue(Object value) |
String |
toText() |
apply, createReference, getClassType, getCustomMappingValue, getId, getObject, getPropertyClass, isValueDirty, merge, mergeValue, setClassType, setId, setObject, setOwnerDocument, setValueDirty, setValueDirty, toFormString, toXML, toXMLStringfromXML, fromXML, getDocumentReference, getLocalEntityReferenceSerializer, getLocalization, getLocalKey, getLocalUidStringEntityReferenceSerializer, getMergeManager, getName, getOwnerDocument, getPrettyName, getReference, getXWikiContext, localizePlain, localizePlainOrKey, setDocumentReference, setName, setPrettyName, toString, toXMLStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetDocumentReference, getName, getReference, setDocumentReference, setName, toStringpublic Object getValue()
getValue in class BasePropertypublic void setValue(Object value)
setValue in class BasePropertypublic String toText()
toText in class BasePropertypublic boolean equals(Object obj)
equals in class BasePropertypublic int hashCode()
hashCode in class BasePropertypublic NumberProperty clone()
clone in interface PropertyInterfaceclone in class BasePropertyprotected void cloneInternal(BaseProperty clone)
BasePropertycloneInternal in class BasePropertyclone - The cloned value.Copyright © 2004–2021 XWiki. All rights reserved.