|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ListenerType
A representation of the model object 'Listener Type'. The listenerType indicates the deployment properties for a web application listener bean.
The following features are supported:
EjbJar21Package.getListenerType()
Method Summary | |
---|---|
|
getDescription()
Returns the value of the 'Description' containment reference list. |
|
getDisplayName()
Returns the value of the 'Display Name' containment reference list. |
|
getIcon()
Returns the value of the 'Icon' containment reference list. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
FullyQualifiedClassType |
getListenerClass()
Returns the value of the 'Listener Class' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute. |
void |
setListenerClass(FullyQualifiedClassType value)
Sets the value of the ' Listener Class ' 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...
EjbJar21Package.getListenerType_Description()
getDisplayName()
DisplayNameType
.
If the meaning of the 'Display Name' containment reference list isn't clear, there really should be more of a description here...
EjbJar21Package.getListenerType_DisplayName()
getIcon()
IconType
.
If the meaning of the 'Icon' containment reference list isn't clear, there really should be more of a description here...
EjbJar21Package.getListenerType_Icon()
FullyQualifiedClassType getListenerClass()
setListenerClass(FullyQualifiedClassType)
,
EjbJar21Package.getListenerType_ListenerClass()
void setListenerClass(FullyQualifiedClassType value)
Listener Class
' containment reference.
value
- the new value of the 'Listener Class' containment reference.getListenerClass()
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)
,
EjbJar21Package.getListenerType_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 |