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

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

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

Methods in org.eclipse.modisco.jee.webapp.webapp22 that return ParamNameType
 ParamNameType Webapp22Factory.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.webapp22 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.