org.eclipse.modisco.jee.ejbjar.EjbJar30
Interface NamedMethodType


public interface NamedMethodType

A representation of the model object 'Named Method Type'.

The following features are supported:

See Also:
EjbJar30Package.getNamedMethodType()
Generated:
Model:
extendedMetaData="name='named-methodType' kind='elementOnly'"

Method Summary
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 String getMethodName()
          Returns the value of the 'Method Name' containment reference.
 MethodParamsType getMethodParams()
          Returns the value of the 'Method Params' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setMethodName(String value)
          Sets the value of the 'Method Name' containment reference.
 void setMethodParams(MethodParamsType value)
          Sets the value of the 'Method Params' containment reference.
 

Method Detail

getMethodName

String getMethodName()
Returns the value of the 'Method Name' containment reference.

If the meaning of the 'Method Name' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Method Name' containment reference.
See Also:
setMethodName(org.eclipse.modisco.jee.ejbjar.EjbJar30.String), EjbJar30Package.getNamedMethodType_MethodName()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='method-name' namespace='http://java.sun.com/xml/ns/javaee'"

setMethodName

void setMethodName(String value)
Sets the value of the 'Method Name' containment reference.

Parameters:
value - the new value of the 'Method Name' containment reference.
See Also:
getMethodName()
Generated:

getMethodParams

MethodParamsType getMethodParams()
Returns the value of the 'Method Params' containment reference.

If the meaning of the 'Method Params' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Method Params' containment reference.
See Also:
setMethodParams(MethodParamsType), EjbJar30Package.getNamedMethodType_MethodParams()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='method-params' namespace='http://java.sun.com/xml/ns/javaee'"

setMethodParams

void setMethodParams(MethodParamsType value)
Sets the value of the 'Method Params' containment reference.

Parameters:
value - the new value of the 'Method Params' containment reference.
See Also:
getMethodParams()
Generated:

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), EjbJar30Package.getNamedMethodType_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: