org.eclipse.modisco.jee.ejbjar.EjbJar11
Interface MethodType


public interface MethodType

A representation of the model object 'Method Type'.

The following features are supported:

See Also:
EjbJar11Package.getMethodType()
Generated:
Model:
extendedMetaData="name='method_._type' kind='elementOnly'"

Method Summary
 DescriptionType getDescription()
          Returns the value of the 'Description' containment reference.
 EjbNameType getEjbName()
          Returns the value of the 'Ejb Name' containment reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 MethodIntfType getMethodIntf()
          Returns the value of the 'Method Intf' containment reference.
 MethodNameType getMethodName()
          Returns the value of the 'Method Name' containment reference.
 MethodParamsType getMethodParams()
          Returns the value of the 'Method Params' containment reference.
 void setDescription(DescriptionType value)
          Sets the value of the 'Description' containment reference.
 void setEjbName(EjbNameType value)
          Sets the value of the 'Ejb Name' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setMethodIntf(MethodIntfType value)
          Sets the value of the 'Method Intf' containment reference.
 void setMethodName(MethodNameType 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

getDescription

DescriptionType getDescription()
Returns the value of the 'Description' containment reference.

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

Returns:
the value of the 'Description' containment reference.
See Also:
setDescription(DescriptionType), EjbJar11Package.getMethodType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='##targetNamespace'"

setDescription

void setDescription(DescriptionType value)
Sets the value of the 'Description' containment reference.

Parameters:
value - the new value of the 'Description' containment reference.
See Also:
getDescription()
Generated:

getEjbName

EjbNameType getEjbName()
Returns the value of the 'Ejb Name' containment reference.

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

Returns:
the value of the 'Ejb Name' containment reference.
See Also:
setEjbName(EjbNameType), EjbJar11Package.getMethodType_EjbName()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='ejb-name' namespace='##targetNamespace'"

setEjbName

void setEjbName(EjbNameType value)
Sets the value of the 'Ejb Name' containment reference.

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

getMethodIntf

MethodIntfType getMethodIntf()
Returns the value of the 'Method Intf' containment reference.

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

Returns:
the value of the 'Method Intf' containment reference.
See Also:
setMethodIntf(MethodIntfType), EjbJar11Package.getMethodType_MethodIntf()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='method-intf' namespace='##targetNamespace'"

setMethodIntf

void setMethodIntf(MethodIntfType value)
Sets the value of the 'Method Intf' containment reference.

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

getMethodName

MethodNameType 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(MethodNameType), EjbJar11Package.getMethodType_MethodName()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='method-name' namespace='##targetNamespace'"

setMethodName

void setMethodName(MethodNameType 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), EjbJar11Package.getMethodType_MethodParams()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='method-params' namespace='##targetNamespace'"

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), EjbJar11Package.getMethodType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'"

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: