org.apache.openejb.jee.was.v6.ecore
Class EDataType

java.lang.Object
  extended by org.apache.openejb.jee.was.v6.ecore.EObject
      extended by org.apache.openejb.jee.was.v6.ecore.EModelElement
          extended by org.apache.openejb.jee.was.v6.ecore.ENamedElement
              extended by org.apache.openejb.jee.was.v6.ecore.EClassifier
                  extended by org.apache.openejb.jee.was.v6.ecore.EDataType
Direct Known Subclasses:
EEnum

public class EDataType
extends EClassifier

Java class for EDataType complex type.

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

 <complexType name="EDataType">
   <complexContent>
     <extension base="{http://www.eclipse.org/emf/2002/Ecore}EClassifier">
       <attribute name="serializable" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean serializable
           
 
Fields inherited from class org.apache.openejb.jee.was.v6.ecore.EClassifier
instanceClassName
 
Fields inherited from class org.apache.openejb.jee.was.v6.ecore.ENamedElement
name
 
Fields inherited from class org.apache.openejb.jee.was.v6.ecore.EModelElement
eAnnotations
 
Fields inherited from class org.apache.openejb.jee.was.v6.ecore.EObject
extensions, href, id, idref, label, type, uuid, version
 
Constructor Summary
EDataType()
           
 
Method Summary
 Boolean isSerializable()
          Gets the value of the serializable property.
 void setSerializable(Boolean value)
          Sets the value of the serializable property.
 
Methods inherited from class org.apache.openejb.jee.was.v6.ecore.EClassifier
getInstanceClassName, setInstanceClassName
 
Methods inherited from class org.apache.openejb.jee.was.v6.ecore.ENamedElement
getName, setName
 
Methods inherited from class org.apache.openejb.jee.was.v6.ecore.EModelElement
getEAnnotations
 
Methods inherited from class org.apache.openejb.jee.was.v6.ecore.EObject
getExtensions, getHref, getId, getIdref, getLabel, getType, getUuid, getVersion, setHref, setId, setIdref, setLabel, setType, setUuid, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serializable

protected Boolean serializable
Constructor Detail

EDataType

public EDataType()
Method Detail

isSerializable

public Boolean isSerializable()
Gets the value of the serializable property.

Returns:
possible object is Boolean

setSerializable

public void setSerializable(Boolean value)
Sets the value of the serializable property.

Parameters:
value - allowed object is Boolean


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.