|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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:
Webapp24Package.getEjbLocalRefType()
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()
DescriptionType
.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
Webapp24Package.getEjbLocalRefType_Description()
EjbRefNameType getEjbRefName()
If the meaning of the 'Ejb Ref Name' containment reference isn't clear, there really should be more of a description here...
setEjbRefName(EjbRefNameType)
,
Webapp24Package.getEjbLocalRefType_EjbRefName()
void setEjbRefName(EjbRefNameType value)
Ejb Ref Name
' containment reference.
value
- the new value of the 'Ejb Ref Name' containment reference.getEjbRefName()
EjbRefTypeType getEjbRefType()
If the meaning of the 'Ejb Ref Type' containment reference isn't clear, there really should be more of a description here...
setEjbRefType(EjbRefTypeType)
,
Webapp24Package.getEjbLocalRefType_EjbRefType()
void setEjbRefType(EjbRefTypeType value)
Ejb Ref Type
' containment reference.
value
- the new value of the 'Ejb Ref Type' containment reference.getEjbRefType()
LocalHomeType getLocalHome()
If the meaning of the 'Local Home' containment reference isn't clear, there really should be more of a description here...
setLocalHome(LocalHomeType)
,
Webapp24Package.getEjbLocalRefType_LocalHome()
void setLocalHome(LocalHomeType value)
Local Home
' containment reference.
value
- the new value of the 'Local Home' containment reference.getLocalHome()
LocalType getLocal()
If the meaning of the 'Local' containment reference isn't clear, there really should be more of a description here...
setLocal(LocalType)
,
Webapp24Package.getEjbLocalRefType_Local()
void setLocal(LocalType value)
Local
' containment reference.
value
- the new value of the 'Local' containment reference.getLocal()
EjbLinkType getEjbLink()
If the meaning of the 'Ejb Link' containment reference isn't clear, there really should be more of a description here...
setEjbLink(EjbLinkType)
,
Webapp24Package.getEjbLocalRefType_EjbLink()
void setEjbLink(EjbLinkType value)
Ejb Link
' containment reference.
value
- the new value of the 'Ejb Link' containment reference.getEjbLink()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
Webapp24Package.getEjbLocalRefType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |