Uses of Interface
org.eclipse.modisco.jee.webapp.webapp23.ListenerClassType

Packages that use ListenerClassType
org.eclipse.modisco.jee.webapp.webapp23   
 

Uses of ListenerClassType in org.eclipse.modisco.jee.webapp.webapp23
 

Methods in org.eclipse.modisco.jee.webapp.webapp23 that return ListenerClassType
 ListenerClassType Webapp23Factory.createListenerClassType()
          Returns a new object of class 'Listener Class Type'.
 ListenerClassType DocumentRoot.getListenerClass()
          Returns the value of the 'Listener Class' containment reference.
 ListenerClassType ListenerClass.getListenerClass()
          Returns the value of the 'Listener Class' containment reference.
 

Methods in org.eclipse.modisco.jee.webapp.webapp23 with parameters of type ListenerClassType
 void DocumentRoot.setListenerClass(ListenerClassType value)
          Sets the value of the 'Listener Class' containment reference.
 void ListenerClass.setListenerClass(ListenerClassType value)
          Sets the value of the 'Listener Class' containment reference.