org.xmlhammer.model.project
Class Number

java.lang.Object
  extended by org.xmlhammer.model.project.ValueType
      extended by org.xmlhammer.model.project.Number

public class Number
extends ValueType

Java class for number element declaration.

The following schema fragment specifies the expected content contained within this class.

 <element name="number">
   <complexType>
     <complexContent>
       <extension base="{http://www.xmlhammer.org/2007/project}valueType">
       </extension>
     </complexContent>
   </complexType>
 </element>
 


Field Summary
 
Fields inherited from class org.xmlhammer.model.project.ValueType
clazz, src, value
 
Constructor Summary
Number()
           
 
Method Summary
 
Methods inherited from class org.xmlhammer.model.project.ValueType
getClazz, getSrc, getValue, setClazz, setSrc, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Number

public Number()


Copyright 2005-2005-2008 Edwin Dankert. All Rights Reserved.