org.eclipse.modisco.jee.ejbjar.EjbJar31
Interface MethodParamsType


public interface MethodParamsType

A representation of the model object 'Method Params Type'. The method-paramsType defines a list of the fully-qualified Java type names of the method parameters.

The following features are supported:

See Also:
EjbJar31Package.getMethodParamsType()
Generated:
Model:
extendedMetaData="name='method-paramsType' kind='elementOnly'"

Method Summary
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
  getMethodParam()
          Returns the value of the 'Method Param' containment reference list.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 

Method Detail

getMethodParam

 getMethodParam()
Returns the value of the 'Method Param' containment reference list. The list contents are of type JavaTypeType. The method-param element contains a primitive or a fully-qualified Java type name of a method parameter.

Returns:
the value of the 'Method Param' containment reference list.
See Also:
EjbJar31Package.getMethodParamsType_MethodParam()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='method-param' namespace='http://java.sun.com/xml/ns/javaee'"

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), EjbJar31Package.getMethodParamsType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: