Uses of Interface
org.eclipse.modisco.jee.webapp.webapp24.XsdStringType

Packages that use XsdStringType
org.eclipse.modisco.jee.webapp.webapp24   
 

Uses of XsdStringType in org.eclipse.modisco.jee.webapp.webapp24
 

Subinterfaces of XsdStringType in org.eclipse.modisco.jee.webapp.webapp24
 interface DescriptionType
          A representation of the model object 'Description Type'.
 

Methods in org.eclipse.modisco.jee.webapp.webapp24 that return XsdStringType
 XsdStringType Webapp24Factory.createXsdStringType()
          Returns a new object of class 'Xsd String Type'.
 XsdStringType EnvEntryType.getEnvEntryValue()
          Returns the value of the 'Env Entry Value' containment reference.
 XsdStringType ParamValueType.getParamValue()
          Returns the value of the 'Param Value' containment reference.
 

Methods in org.eclipse.modisco.jee.webapp.webapp24 with parameters of type XsdStringType
 void EnvEntryType.setEnvEntryValue(XsdStringType value)
          Sets the value of the 'Env Entry Value' containment reference.
 void ParamValueType.setParamValue(XsdStringType value)
          Sets the value of the 'Param Value' containment reference.