Uses of Interface
org.eclipse.modisco.jee.webapp.webapp24.FullyQualifiedClassType

Packages that use FullyQualifiedClassType
org.eclipse.modisco.jee.webapp.webapp24   
 

Uses of FullyQualifiedClassType in org.eclipse.modisco.jee.webapp.webapp24
 

Subinterfaces of FullyQualifiedClassType in org.eclipse.modisco.jee.webapp.webapp24
 interface HomeType
          A representation of the model object 'Home Type'.
 interface LocalHomeType
          A representation of the model object 'Local Home Type'.
 interface LocalType
          A representation of the model object 'Local Type'.
 interface MessageDestinationTypeType
          A representation of the model object 'Message Destination Type Type'.
 interface RemoteType
          A representation of the model object 'Remote Type'.
 

Methods in org.eclipse.modisco.jee.webapp.webapp24 that return FullyQualifiedClassType
 FullyQualifiedClassType Webapp24Factory.createFullyQualifiedClassType()
          Returns a new object of class 'Fully Qualified Class Type'.
 FullyQualifiedClassType ErrorPageType.getExceptionType()
          Returns the value of the 'Exception Type' containment reference.
 FullyQualifiedClassType FilterType.getFilterClass()
          Returns the value of the 'Filter Class' containment reference.
 FullyQualifiedClassType ServiceRefHandlerType.getHandlerClass()
          Returns the value of the 'Handler Class' containment reference.
 FullyQualifiedClassType ListenerType.getListenerClass()
          Returns the value of the 'Listener Class' containment reference.
 FullyQualifiedClassType ResourceEnvRefType.getResourceEnvRefType()
          Returns the value of the 'Resource Env Ref Type' containment reference.
 FullyQualifiedClassType ResourceRefType.getResType()
          Returns the value of the 'Res Type' containment reference.
 FullyQualifiedClassType PortComponentRefType.getServiceEndpointInterface()
          Returns the value of the 'Service Endpoint Interface' containment reference.
 FullyQualifiedClassType ServiceRefType.getServiceInterface()
          Returns the value of the 'Service Interface' containment reference.
 FullyQualifiedClassType ServletType.getServletClass()
          Returns the value of the 'Servlet Class' containment reference.
 

Methods in org.eclipse.modisco.jee.webapp.webapp24 with parameters of type FullyQualifiedClassType
 void ErrorPageType.setExceptionType(FullyQualifiedClassType value)
          Sets the value of the 'Exception Type' containment reference.
 void FilterType.setFilterClass(FullyQualifiedClassType value)
          Sets the value of the 'Filter Class' containment reference.
 void ServiceRefHandlerType.setHandlerClass(FullyQualifiedClassType value)
          Sets the value of the 'Handler Class' containment reference.
 void ListenerType.setListenerClass(FullyQualifiedClassType value)
          Sets the value of the 'Listener Class' containment reference.
 void ResourceEnvRefType.setResourceEnvRefType(FullyQualifiedClassType value)
          Sets the value of the 'Resource Env Ref Type' containment reference.
 void ResourceRefType.setResType(FullyQualifiedClassType value)
          Sets the value of the 'Res Type' containment reference.
 void PortComponentRefType.setServiceEndpointInterface(FullyQualifiedClassType value)
          Sets the value of the 'Service Endpoint Interface' containment reference.
 void ServiceRefType.setServiceInterface(FullyQualifiedClassType value)
          Sets the value of the 'Service Interface' containment reference.
 void ServletType.setServletClass(FullyQualifiedClassType value)
          Sets the value of the 'Servlet Class' containment reference.