org.xmlhammer.model.project
Class Object

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

public class Object
extends ValueType

Java class for object element declaration.

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

 <element name="object">
   <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
Object()
           
 
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

Object

public Object()


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