org.apache.openejb.jee.was.v6.java
Class JavaClass

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.EClass
                      extended by org.apache.openejb.jee.was.v6.java.JavaClass
Direct Known Subclasses:
ArrayType

public class JavaClass
extends EClass

Java class for JavaClass complex type.

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

 <complexType name="JavaClass">
   <complexContent>
     <extension base="{http://www.eclipse.org/emf/2002/Ecore}EClass">
       <choice>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="implementsInterfaces" type="{java.xmi}JavaClass"/>
         </choice>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="classImport" type="{java.xmi}JavaClass"/>
         </choice>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="packageImports" type="{java.xmi}JavaPackage"/>
         </choice>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="fields" type="{java.xmi}Field"/>
         </choice>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="methods" type="{java.xmi}Method"/>
         </choice>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="initializers" type="{java.xmi}Initializer"/>
         </choice>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="declaredClasses" type="{java.xmi}JavaClass"/>
         </choice>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="declaringClass" type="{java.xmi}JavaClass"/>
         </choice>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="events" type="{java.xmi}JavaEvent"/>
         </choice>
       </choice>
       <attribute name="classImport" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="declaredClasses" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="declaringClass" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="final" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="implementsInterfaces" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="kind" type="{java.xmi}TypeKind" />
       <attribute name="packageImports" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="public" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String classImport
           
protected  java.lang.String declaredClasses
           
protected  java.lang.String declaringClass
           
protected  java.util.List<JavaEvent> events
           
protected  java.util.List<Field> fields
           
protected  java.lang.String implementsInterfaces
           
protected  java.util.List<Initializer> initializers
           
protected  java.lang.Boolean isFinal
           
protected  java.lang.Boolean isPublic
           
protected  java.util.List<JavaClass> javaClassImplementsInterfaces
           
protected  java.util.List<JavaClass> javaClassImports
           
protected  java.util.List<JavaClass> javaDeclaredClasses
           
protected  java.util.List<JavaClass> javaDeclaringClasses
           
protected  java.util.List<JavaPackage> javaPackageImports
           
protected  TypeKind kind
           
protected  java.util.List<Method> methods
           
protected  java.lang.String packageImports
           
 
Fields inherited from class org.apache.openejb.jee.was.v6.ecore.EClass
eClassESuperTypes, eOperations, eStructuralFeatures, eSuperTypes, isAbstract, isInterface
 
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
JavaClass()
           
 
Method Summary
 java.lang.String getClassImport()
          Gets the value of the classImport property.
 java.lang.String getDeclaredClasses()
          Gets the value of the declaredClasses property.
 java.lang.String getDeclaringClass()
          Gets the value of the declaringClass property.
 java.util.List<JavaEvent> getEvents()
          Gets the value of the events property.
 java.util.List<Field> getFields()
          Gets the value of the fields property.
 java.lang.String getImplementsInterfaces()
          Gets the value of the implementsInterfaces property.
 java.util.List<Initializer> getInitializers()
          Gets the value of the initializers property.
 java.util.List<JavaClass> getJavaClassImplementsInterfaces()
          Gets the value of the javaClassImplementsInterfaces property.
 java.util.List<JavaClass> getJavaClassImports()
          Gets the value of the javaClassImports property.
 java.util.List<JavaClass> getJavaDeclaredClasses()
          Gets the value of the javaDeclaredClasses property.
 java.util.List<JavaClass> getJavaDeclaringClasses()
          Gets the value of the javaDeclaringClasses property.
 java.util.List<JavaPackage> getJavaPackageImports()
          Gets the value of the javaPackageImports property.
 TypeKind getKind()
          Gets the value of the kind property.
 java.util.List<Method> getMethods()
          Gets the value of the methods property.
 java.lang.String getPackageImports()
          Gets the value of the packageImports property.
 java.lang.Boolean isIsFinal()
          Gets the value of the isFinal property.
 java.lang.Boolean isIsPublic()
          Gets the value of the isPublic property.
 void setClassImport(java.lang.String value)
          Sets the value of the classImport property.
 void setDeclaredClasses(java.lang.String value)
          Sets the value of the declaredClasses property.
 void setDeclaringClass(java.lang.String value)
          Sets the value of the declaringClass property.
 void setImplementsInterfaces(java.lang.String value)
          Sets the value of the implementsInterfaces property.
 void setIsFinal(java.lang.Boolean value)
          Sets the value of the isFinal property.
 void setIsPublic(java.lang.Boolean value)
          Sets the value of the isPublic property.
 void setKind(TypeKind value)
          Sets the value of the kind property.
 void setPackageImports(java.lang.String value)
          Sets the value of the packageImports property.
 
Methods inherited from class org.apache.openejb.jee.was.v6.ecore.EClass
getEClassESuperTypes, getEOperations, getEStructuralFeatures, getESuperTypes, isIsAbstract, isIsInterface, setESuperTypes, setIsAbstract, setIsInterface
 
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

javaClassImplementsInterfaces

protected java.util.List<JavaClass> javaClassImplementsInterfaces

javaClassImports

protected java.util.List<JavaClass> javaClassImports

javaPackageImports

protected java.util.List<JavaPackage> javaPackageImports

fields

protected java.util.List<Field> fields

methods

protected java.util.List<Method> methods

initializers

protected java.util.List<Initializer> initializers

javaDeclaredClasses

protected java.util.List<JavaClass> javaDeclaredClasses

javaDeclaringClasses

protected java.util.List<JavaClass> javaDeclaringClasses

events

protected java.util.List<JavaEvent> events

classImport

protected java.lang.String classImport

declaredClasses

protected java.lang.String declaredClasses

declaringClass

protected java.lang.String declaringClass

isFinal

protected java.lang.Boolean isFinal

implementsInterfaces

protected java.lang.String implementsInterfaces

kind

protected TypeKind kind

packageImports

protected java.lang.String packageImports

isPublic

protected java.lang.Boolean isPublic
Constructor Detail

JavaClass

public JavaClass()
Method Detail

getJavaClassImplementsInterfaces

public java.util.List<JavaClass> getJavaClassImplementsInterfaces()
Gets the value of the javaClassImplementsInterfaces property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the javaClassImplementsInterfaces property.

For example, to add a new item, do as follows:

 getJavaClassImplementsInterfaces().add(newItem);
 

Objects of the following type(s) are allowed in the list JavaClass


getJavaClassImports

public java.util.List<JavaClass> getJavaClassImports()
Gets the value of the javaClassImports property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the javaClassImports property.

For example, to add a new item, do as follows:

 getJavaClassImports().add(newItem);
 

Objects of the following type(s) are allowed in the list JavaClass


getJavaPackageImports

public java.util.List<JavaPackage> getJavaPackageImports()
Gets the value of the javaPackageImports property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the javaPackageImports property.

For example, to add a new item, do as follows:

 getJavaPackageImports().add(newItem);
 

Objects of the following type(s) are allowed in the list JavaPackage


getFields

public java.util.List<Field> getFields()
Gets the value of the fields property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the fields property.

For example, to add a new item, do as follows:

 getFields().add(newItem);
 

Objects of the following type(s) are allowed in the list Field


getMethods

public java.util.List<Method> getMethods()
Gets the value of the methods property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the methods property.

For example, to add a new item, do as follows:

 getMethods().add(newItem);
 

Objects of the following type(s) are allowed in the list Method


getInitializers

public java.util.List<Initializer> getInitializers()
Gets the value of the initializers property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the initializers property.

For example, to add a new item, do as follows:

 getInitializers().add(newItem);
 

Objects of the following type(s) are allowed in the list Initializer


getJavaDeclaredClasses

public java.util.List<JavaClass> getJavaDeclaredClasses()
Gets the value of the javaDeclaredClasses property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the javaDeclaredClasses property.

For example, to add a new item, do as follows:

 getJavaDeclaredClasses().add(newItem);
 

Objects of the following type(s) are allowed in the list JavaClass


getJavaDeclaringClasses

public java.util.List<JavaClass> getJavaDeclaringClasses()
Gets the value of the javaDeclaringClasses property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the javaDeclaringClasses property.

For example, to add a new item, do as follows:

 getJavaDeclaringClasses().add(newItem);
 

Objects of the following type(s) are allowed in the list JavaClass


getEvents

public java.util.List<JavaEvent> getEvents()
Gets the value of the events property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the events property.

For example, to add a new item, do as follows:

 getEvents().add(newItem);
 

Objects of the following type(s) are allowed in the list JavaEvent


getClassImport

public java.lang.String getClassImport()
Gets the value of the classImport property.

Returns:
possible object is String

setClassImport

public void setClassImport(java.lang.String value)
Sets the value of the classImport property.

Parameters:
value - allowed object is String

getDeclaredClasses

public java.lang.String getDeclaredClasses()
Gets the value of the declaredClasses property.

Returns:
possible object is String

setDeclaredClasses

public void setDeclaredClasses(java.lang.String value)
Sets the value of the declaredClasses property.

Parameters:
value - allowed object is String

getDeclaringClass

public java.lang.String getDeclaringClass()
Gets the value of the declaringClass property.

Returns:
possible object is String

setDeclaringClass

public void setDeclaringClass(java.lang.String value)
Sets the value of the declaringClass property.

Parameters:
value - allowed object is String

isIsFinal

public java.lang.Boolean isIsFinal()
Gets the value of the isFinal property.

Returns:
possible object is Boolean

setIsFinal

public void setIsFinal(java.lang.Boolean value)
Sets the value of the isFinal property.

Parameters:
value - allowed object is Boolean

getImplementsInterfaces

public java.lang.String getImplementsInterfaces()
Gets the value of the implementsInterfaces property.

Returns:
possible object is String

setImplementsInterfaces

public void setImplementsInterfaces(java.lang.String value)
Sets the value of the implementsInterfaces property.

Parameters:
value - allowed object is String

getKind

public TypeKind getKind()
Gets the value of the kind property.

Returns:
possible object is TypeKind

setKind

public void setKind(TypeKind value)
Sets the value of the kind property.

Parameters:
value - allowed object is TypeKind

getPackageImports

public java.lang.String getPackageImports()
Gets the value of the packageImports property.

Returns:
possible object is String

setPackageImports

public void setPackageImports(java.lang.String value)
Sets the value of the packageImports property.

Parameters:
value - allowed object is String

isIsPublic

public java.lang.Boolean isIsPublic()
Gets the value of the isPublic property.

Returns:
possible object is Boolean

setIsPublic

public void setIsPublic(java.lang.Boolean value)
Sets the value of the isPublic property.

Parameters:
value - allowed object is Boolean


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