Uses of Interface
org.eclipse.modisco.jee.ejbjar.EjbJar31.PathType

Packages that use PathType
org.eclipse.modisco.jee.ejbjar.EjbJar31   
 

Uses of PathType in org.eclipse.modisco.jee.ejbjar.EjbJar31
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar31 that return PathType
 PathType EjbJar31Factory.createPathType()
          Returns a new object of class 'Path Type'.
 PathType EjbJarType.getEjbClientJar()
          Returns the value of the 'Ejb Client Jar' containment reference.
 PathType ServiceRefType.getJaxrpcMappingFile()
          Returns the value of the 'Jaxrpc Mapping File' containment reference.
 PathType IconType.getLargeIcon()
          Returns the value of the 'Large Icon' containment reference.
 PathType IconType.getSmallIcon()
          Returns the value of the 'Small Icon' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar31 with parameters of type PathType
 void EjbJarType.setEjbClientJar(PathType value)
          Sets the value of the 'Ejb Client Jar' containment reference.
 void ServiceRefType.setJaxrpcMappingFile(PathType value)
          Sets the value of the 'Jaxrpc Mapping File' containment reference.
 void IconType.setLargeIcon(PathType value)
          Sets the value of the 'Large Icon' containment reference.
 void IconType.setSmallIcon(PathType value)
          Sets the value of the 'Small Icon' containment reference.