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>
     
    • Constructor Detail

      • JavaParameter

        public JavaParameter()
    • 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 is Boolean
      • setParameterKind

        public void setParameterKind​(JavaParameterEnum value)
        Sets the value of the parameterKind property.
        Parameters:
        value - allowed object is JavaParameterEnum