org.eclipse.modisco.jee.ejbjar.EjbJar21
Interface EjbLocalRefType


public interface EjbLocalRefType

A representation of the model object 'Ejb Local Ref Type'. The ejb-local-refType is used by ejb-local-ref elements for the declaration of a reference to an enterprise bean's local home. The declaration consists of: - an optional description - the EJB reference name used in the code of the Deployment Component that's referencing the enterprise bean - the expected type of the referenced enterprise bean - the expected local home and local interfaces of the referenced enterprise bean - optional ejb-link information, used to specify the referenced enterprise bean

The following features are supported:

See Also:
EjbJar21Package.getEjbLocalRefType()
Generated:
Model:
extendedMetaData="name='ejb-local-refType' kind='elementOnly'"

Method Summary
  getDescription()
          Returns the value of the 'Description' containment reference list.
 EjbLinkType getEjbLink()
          Returns the value of the 'Ejb Link' containment reference.
 EjbRefNameType getEjbRefName()
          Returns the value of the 'Ejb Ref Name' containment reference.
 EjbRefTypeType getEjbRefType()
          Returns the value of the 'Ejb Ref Type' containment reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 LocalType getLocal()
          Returns the value of the 'Local' containment reference.
 LocalHomeType getLocalHome()
          Returns the value of the 'Local Home' containment reference.
 void setEjbLink(EjbLinkType value)
          Sets the value of the 'Ejb Link' containment reference.
 void setEjbRefName(EjbRefNameType value)
          Sets the value of the 'Ejb Ref Name' containment reference.
 void setEjbRefType(EjbRefTypeType value)
          Sets the value of the 'Ejb Ref Type' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setLocal(LocalType value)
          Sets the value of the 'Local' containment reference.
 void setLocalHome(LocalHomeType value)
          Sets the value of the 'Local Home' containment reference.
 

Method Detail

getDescription

 getDescription()
Returns the value of the 'Description' containment reference list. The list contents are of type DescriptionType.

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

Returns:
the value of the 'Description' containment reference list.
See Also:
EjbJar21Package.getEjbLocalRefType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='http://java.sun.com/xml/ns/j2ee'"

getEjbRefName

EjbRefNameType getEjbRefName()
Returns the value of the 'Ejb Ref Name' containment reference.

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

Returns:
the value of the 'Ejb Ref Name' containment reference.
See Also:
setEjbRefName(EjbRefNameType), EjbJar21Package.getEjbLocalRefType_EjbRefName()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='ejb-ref-name' namespace='http://java.sun.com/xml/ns/j2ee'"

setEjbRefName

void setEjbRefName(EjbRefNameType value)
Sets the value of the 'Ejb Ref Name' containment reference.

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

getEjbRefType

EjbRefTypeType getEjbRefType()
Returns the value of the 'Ejb Ref Type' containment reference.

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

Returns:
the value of the 'Ejb Ref Type' containment reference.
See Also:
setEjbRefType(EjbRefTypeType), EjbJar21Package.getEjbLocalRefType_EjbRefType()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='ejb-ref-type' namespace='http://java.sun.com/xml/ns/j2ee'"

setEjbRefType

void setEjbRefType(EjbRefTypeType value)
Sets the value of the 'Ejb Ref Type' containment reference.

Parameters:
value - the new value of the 'Ejb Ref Type' containment reference.
See Also:
getEjbRefType()
Generated:

getLocalHome

LocalHomeType getLocalHome()
Returns the value of the 'Local Home' containment reference.

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

Returns:
the value of the 'Local Home' containment reference.
See Also:
setLocalHome(LocalHomeType), EjbJar21Package.getEjbLocalRefType_LocalHome()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='local-home' namespace='http://java.sun.com/xml/ns/j2ee'"

setLocalHome

void setLocalHome(LocalHomeType value)
Sets the value of the 'Local Home' containment reference.

Parameters:
value - the new value of the 'Local Home' containment reference.
See Also:
getLocalHome()
Generated:

getLocal

LocalType getLocal()
Returns the value of the 'Local' containment reference.

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

Returns:
the value of the 'Local' containment reference.
See Also:
setLocal(LocalType), EjbJar21Package.getEjbLocalRefType_Local()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='local' namespace='http://java.sun.com/xml/ns/j2ee'"

setLocal

void setLocal(LocalType value)
Sets the value of the 'Local' containment reference.

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

getEjbLink

EjbLinkType getEjbLink()
Returns the value of the 'Ejb Link' containment reference.

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

Returns:
the value of the 'Ejb Link' containment reference.
See Also:
setEjbLink(EjbLinkType), EjbJar21Package.getEjbLocalRefType_EjbLink()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='ejb-link' namespace='http://java.sun.com/xml/ns/j2ee'"

setEjbLink

void setEjbLink(EjbLinkType value)
Sets the value of the 'Ejb Link' containment reference.

Parameters:
value - the new value of the 'Ejb Link' containment reference.
See Also:
getEjbLink()
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), EjbJar21Package.getEjbLocalRefType_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: