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


public interface InitMethodType

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

The following features are supported:

See Also:
EjbJar31Package.getInitMethodType()
Generated:
Model:
extendedMetaData="name='init-methodType' kind='elementOnly'"

Method Summary
 NamedMethodType getBeanMethod()
          Returns the value of the 'Bean Method' containment reference.
 NamedMethodType getCreateMethod()
          Returns the value of the 'Create Method' containment reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 void setBeanMethod(NamedMethodType value)
          Sets the value of the 'Bean Method' containment reference.
 void setCreateMethod(NamedMethodType value)
          Sets the value of the 'Create Method' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 

Method Detail

getCreateMethod

NamedMethodType getCreateMethod()
Returns the value of the 'Create Method' containment reference.

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

Returns:
the value of the 'Create Method' containment reference.
See Also:
setCreateMethod(NamedMethodType), EjbJar31Package.getInitMethodType_CreateMethod()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='create-method' namespace='http://java.sun.com/xml/ns/javaee'"

setCreateMethod

void setCreateMethod(NamedMethodType value)
Sets the value of the 'Create Method' containment reference.

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

getBeanMethod

NamedMethodType getBeanMethod()
Returns the value of the 'Bean Method' containment reference.

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

Returns:
the value of the 'Bean Method' containment reference.
See Also:
setBeanMethod(NamedMethodType), EjbJar31Package.getInitMethodType_BeanMethod()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='bean-method' namespace='http://java.sun.com/xml/ns/javaee'"

setBeanMethod

void setBeanMethod(NamedMethodType value)
Sets the value of the 'Bean Method' containment reference.

Parameters:
value - the new value of the 'Bean Method' containment reference.
See Also:
getBeanMethod()
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), EjbJar31Package.getInitMethodType_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: