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

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

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

Subinterfaces of FullyQualifiedClassType in org.eclipse.modisco.jee.webapp.webapp30
 interface EnvEntryTypeValuesType
          A representation of the model object 'Env Entry Type Values Type'.
 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.webapp30 that return FullyQualifiedClassType
 FullyQualifiedClassType Webapp30Factory.createFullyQualifiedClassType()
          Returns a new object of class 'Fully Qualified Class Type'.
 FullyQualifiedClassType DataSourceType.getClassName()
          Returns the value of the 'Class Name' containment reference.
 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 HandlerType.getHandlerClass()
          Returns the value of the 'Handler Class' containment reference.
 FullyQualifiedClassType InjectionTargetType.getInjectionTargetClass()
          Returns the value of the 'Injection Target Class' containment reference.
 FullyQualifiedClassType LifecycleCallbackType.getLifecycleCallbackClass()
          Returns the value of the 'Lifecycle Callback 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 ServiceRefType.getServiceRefType()
          Returns the value of the 'Service Ref Type' containment reference.
 FullyQualifiedClassType ServletType.getServletClass()
          Returns the value of the 'Servlet Class' containment reference.
 

Methods in org.eclipse.modisco.jee.webapp.webapp30 with parameters of type FullyQualifiedClassType
 void DataSourceType.setClassName(FullyQualifiedClassType value)
          Sets the value of the 'Class Name' containment reference.
 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 HandlerType.setHandlerClass(FullyQualifiedClassType value)
          Sets the value of the 'Handler Class' containment reference.
 void InjectionTargetType.setInjectionTargetClass(FullyQualifiedClassType value)
          Sets the value of the 'Injection Target Class' containment reference.
 void LifecycleCallbackType.setLifecycleCallbackClass(FullyQualifiedClassType value)
          Sets the value of the 'Lifecycle Callback 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 ServiceRefType.setServiceRefType(FullyQualifiedClassType value)
          Sets the value of the 'Service Ref Type' containment reference.
 void ServletType.setServletClass(FullyQualifiedClassType value)
          Sets the value of the 'Servlet Class' containment reference.