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

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

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

Subinterfaces of JndiNameType in org.eclipse.modisco.jee.webapp.webapp24
 interface EjbRefNameType
          A representation of the model object 'Ejb Ref Name Type'.
 

Methods in org.eclipse.modisco.jee.webapp.webapp24 that return JndiNameType
 JndiNameType Webapp24Factory.createJndiNameType()
          Returns a new object of class 'Jndi Name Type'.
 JndiNameType EnvEntryType.getEnvEntryName()
          Returns the value of the 'Env Entry Name' containment reference.
 JndiNameType MessageDestinationRefType.getMessageDestinationRefName()
          Returns the value of the 'Message Destination Ref Name' containment reference.
 JndiNameType ResourceEnvRefType.getResourceEnvRefName()
          Returns the value of the 'Resource Env Ref Name' containment reference.
 JndiNameType ResourceRefType.getResRefName()
          Returns the value of the 'Res Ref Name' containment reference.
 JndiNameType ServiceRefType.getServiceRefName()
          Returns the value of the 'Service Ref Name' containment reference.
 

Methods in org.eclipse.modisco.jee.webapp.webapp24 with parameters of type JndiNameType
 void EnvEntryType.setEnvEntryName(JndiNameType value)
          Sets the value of the 'Env Entry Name' containment reference.
 void MessageDestinationRefType.setMessageDestinationRefName(JndiNameType value)
          Sets the value of the 'Message Destination Ref Name' containment reference.
 void ResourceEnvRefType.setResourceEnvRefName(JndiNameType value)
          Sets the value of the 'Resource Env Ref Name' containment reference.
 void ResourceRefType.setResRefName(JndiNameType value)
          Sets the value of the 'Res Ref Name' containment reference.
 void ServiceRefType.setServiceRefName(JndiNameType value)
          Sets the value of the 'Service Ref Name' containment reference.