com.xpn.xwiki.objects
Class NumberProperty

java.lang.Object
  extended bycom.xpn.xwiki.objects.BaseElement
      extended bycom.xpn.xwiki.objects.BaseProperty
          extended bycom.xpn.xwiki.objects.NumberProperty
All Implemented Interfaces:
ElementInterface, PropertyInterface, java.io.Serializable
Direct Known Subclasses:
DoubleProperty, FloatProperty, IntegerProperty, LongProperty

public abstract class NumberProperty
extends BaseProperty

See Also:
Serialized Form

Field Summary
private  java.lang.Number value
           
 
Fields inherited from class com.xpn.xwiki.objects.BaseProperty
 
Fields inherited from class com.xpn.xwiki.objects.BaseElement
 
Constructor Summary
NumberProperty()
           
 
Method Summary
 java.lang.Object clone()
           
 boolean equals(java.lang.Object obj)
           
 java.lang.Object getValue()
           
 void setValue(java.lang.Object value)
           
 java.lang.String toText()
           
 
Methods inherited from class com.xpn.xwiki.objects.BaseProperty
getClassType, getId, getObject, hashCode, setClassType, setId, setObject, toFormString, toString, toXML, 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.ElementInterface
getName, setName
 

Field Detail

value

private java.lang.Number value
Constructor Detail

NumberProperty

public NumberProperty()
Method Detail

getValue

public java.lang.Object getValue()
Overrides:
getValue in class BaseProperty

setValue

public void setValue(java.lang.Object value)
Overrides:
setValue in class BaseProperty

toText

public java.lang.String toText()
Overrides:
toText in class BaseProperty

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class BaseProperty

clone

public java.lang.Object clone()
Overrides:
clone in class BaseProperty


Copyright 2003 Ludovic Dubost