public interface ListenerType
The following features are supported:
EjbJar30Package.getListenerType()| Modifier and Type | Method and Description |
|---|---|
|
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. |
getDescription()
DescriptionType.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
EjbJar30Package.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...
EjbJar30Package.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...
EjbJar30Package.getListenerType_Icon()FullyQualifiedClassType getListenerClass()
setListenerClass(FullyQualifiedClassType),
EjbJar30Package.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),
EjbJar30Package.getListenerType_Id()