Uses of Interface
org.eclipse.modisco.jee.webapp.webapp23.ParamNameType

Packages that use ParamNameType
org.eclipse.modisco.jee.webapp.webapp23   
 

Uses of ParamNameType in org.eclipse.modisco.jee.webapp.webapp23
 

Methods in org.eclipse.modisco.jee.webapp.webapp23 that return ParamNameType
 ParamNameType Webapp23Factory.createParamNameType()
          Returns a new object of class 'Param Name Type'.
 ParamNameType ContextParamType.getParamName()
          Returns the value of the 'Param Name' containment reference.
 ParamNameType DocumentRoot.getParamName()
          Returns the value of the 'Param Name' containment reference.
 ParamNameType InitParamType.getParamName()
          Returns the value of the 'Param Name' containment reference.
 

Methods in org.eclipse.modisco.jee.webapp.webapp23 with parameters of type ParamNameType
 void ContextParamType.setParamName(ParamNameType value)
          Sets the value of the 'Param Name' containment reference.
 void DocumentRoot.setParamName(ParamNameType value)
          Sets the value of the 'Param Name' containment reference.
 void InitParamType.setParamName(ParamNameType value)
          Sets the value of the 'Param Name' containment reference.