Uses of Interface
org.eclipse.modisco.jee.webapp.webapp25.PathType

Packages that use PathType
org.eclipse.modisco.jee.webapp.webapp25   
 

Uses of PathType in org.eclipse.modisco.jee.webapp.webapp25
 

Subinterfaces of PathType in org.eclipse.modisco.jee.webapp.webapp25
 interface JspFileType
          A representation of the model object 'Jsp File Type'.
 

Methods in org.eclipse.modisco.jee.webapp.webapp25 that return PathType
 PathType Webapp25Factory.createPathType()
          Returns a new object of class 'Path Type'.
 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.
 PathType TaglibType.getTaglibLocation()
          Returns the value of the 'Taglib Location' containment reference.
 

Methods in org.eclipse.modisco.jee.webapp.webapp25 with parameters of type PathType
 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.
 void TaglibType.setTaglibLocation(PathType value)
          Sets the value of the 'Taglib Location' containment reference.