Class 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
Fields Modifier and Type Field Description protected BooleanisFinalprotected JavaParameterEnumparameterKind-
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
-
-
Constructor Summary
Constructors Constructor Description JavaParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JavaParameterEnumgetParameterKind()Gets the value of the parameterKind property.BooleanisIsFinal()Gets the value of the isFinal property.voidsetIsFinal(Boolean value)Sets the value of the isFinal property.voidsetParameterKind(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
-
-
-
-
Field Detail
-
isFinal
protected Boolean isFinal
-
parameterKind
protected JavaParameterEnum parameterKind
-
-
Method Detail
-
isIsFinal
public Boolean isIsFinal()
Gets the value of the isFinal property.- Returns:
- possible object is
Boolean
-
setIsFinal
public void setIsFinal(Boolean value)
Sets the value of the isFinal property.- Parameters:
value- allowed object isBoolean
-
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 isJavaParameterEnum
-
-