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

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

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

Methods in org.eclipse.modisco.jee.webapp.webapp23 that return ParamValueType
 ParamValueType Webapp23Factory.createParamValueType()
          Returns a new object of class 'Param Value Type'.
 ParamValueType ContextParamType.getParamValue()
          Returns the value of the 'Param Value' containment reference.
 ParamValueType DocumentRoot.getParamValue()
          Returns the value of the 'Param Value' containment reference.
 ParamValueType InitParamType.getParamValue()
          Returns the value of the 'Param Value' containment reference.
 

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