org.eclipse.modisco.jee.webapp.webapp24
Interface ListenerType


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:

See Also:
Webapp24Package.getListenerType()
Generated:
Model:
extendedMetaData="name='listenerType' kind='elementOnly'"

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

 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:
Webapp24Package.getListenerType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='http://java.sun.com/xml/ns/j2ee'"

getDisplayName

 getDisplayName()
Returns the value of the 'Display Name' containment reference list. The list contents are of type DisplayNameType.

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

Returns:
the value of the 'Display Name' containment reference list.
See Also:
Webapp24Package.getListenerType_DisplayName()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='display-name' namespace='http://java.sun.com/xml/ns/j2ee'"

getIcon

 getIcon()
Returns the value of the 'Icon' containment reference list. The list contents are of type IconType.

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

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

getListenerClass

FullyQualifiedClassType getListenerClass()
Returns the value of the 'Listener Class' containment reference. The listener-class element declares a class in the application must be registered as a web application listener bean. The value is the fully qualified classname of the listener class.

Returns:
the value of the 'Listener Class' containment reference.
See Also:
setListenerClass(FullyQualifiedClassType), Webapp24Package.getListenerType_ListenerClass()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='listener-class' namespace='http://java.sun.com/xml/ns/j2ee'"

setListenerClass

void setListenerClass(FullyQualifiedClassType 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:

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), Webapp24Package.getListenerType_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: