org.eclipse.modisco.jee.webapp.webapp23
Interface ListenerClass

All Known Subinterfaces:
ListenerType

public interface ListenerClass

A representation of the model object 'Listener Class'.

The following features are supported:

See Also:
Webapp23Package.getListenerClass()
Generated:
Model:
extendedMetaData="name='listener-class' kind='elementOnly'"

Method Summary
 ListenerClassType getListenerClass()
          Returns the value of the 'Listener Class' containment reference.
 void setListenerClass(ListenerClassType value)
          Sets the value of the 'Listener Class' containment reference.
 

Method Detail

getListenerClass

ListenerClassType getListenerClass()
Returns the value of the 'Listener Class' containment reference.

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

Returns:
the value of the 'Listener Class' containment reference.
See Also:
setListenerClass(ListenerClassType), Webapp23Package.getListenerClass_ListenerClass()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='listener-class' namespace='##targetNamespace'"

setListenerClass

void setListenerClass(ListenerClassType value)
Sets the value of the 'Listener Class' containment reference.

Parameters:
value - the new value of the 'Listener Class' containment reference.
See Also:
getListenerClass()
Generated: