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

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.ETypedElement
                  extended by org.apache.openejb.jee.was.v6.ecore.EParameter
                      extended by org.apache.openejb.jee.was.v6.java.JavaParameter

public class JavaParameter
extends EParameter

Java class for JavaParameter complex type.

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

 <complexType name="JavaParameter">
   <complexContent>
     <extension base="{http://www.eclipse.org/emf/2002/Ecore}EParameter">
       <attribute name="final" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="parameterKind" type="{java.xmi}JavaParameterKind" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Boolean isFinal
           
protected  JavaParameterEnum parameterKind
           
 
Fields inherited from class org.apache.openejb.jee.was.v6.ecore.ETypedElement
eClassifierETypes, eType, lowerBound, ordered, unique, upperBound
 
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
JavaParameter()
           
 
Method Summary
 JavaParameterEnum getParameterKind()
          Gets the value of the parameterKind property.
 java.lang.Boolean isIsFinal()
          Gets the value of the isFinal property.
 void setIsFinal(java.lang.Boolean value)
          Sets the value of the isFinal property.
 void setParameterKind(JavaParameterEnum value)
          Sets the value of the parameterKind property.
 
Methods inherited from class org.apache.openejb.jee.was.v6.ecore.ETypedElement
getEClassifierETypes, getEType, getLowerBound, getUpperBound, isOrdered, isUnique, setEType, setLowerBound, setOrdered, setUnique, setUpperBound
 
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

isFinal

protected java.lang.Boolean isFinal

parameterKind

protected JavaParameterEnum parameterKind
Constructor Detail

JavaParameter

public JavaParameter()
Method Detail

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

getParameterKind

public JavaParameterEnum getParameterKind()
Gets the value of the parameterKind property.

Returns:
possible object is JavaParameterEnum

setParameterKind

public void setParameterKind(JavaParameterEnum value)
Sets the value of the parameterKind property.

Parameters:
value - allowed object is JavaParameterEnum


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