Uses of Class
nz.ac.waikato.adams.webservice.rats.text.Text
-
Packages that use Text Package Description adams.flow.core nz.ac.waikato.adams.webservice.rats.text -
-
Uses of Text in adams.flow.core
Methods in adams.flow.core that return Text Modifier and Type Method Description static Text
RatsTextHelper. containerToWebservice(adams.data.text.TextContainer input)
Converts aTextContainer
into a Webservice Text objecct.Methods in adams.flow.core with parameters of type Text Modifier and Type Method Description static adams.data.text.TextContainer
RatsTextHelper. webserviceToContainer(Text input)
Converts a Webservice Text object into aTextContainer
. -
Uses of Text in nz.ac.waikato.adams.webservice.rats.text
Fields in nz.ac.waikato.adams.webservice.rats.text declared as Text Modifier and Type Field Description protected Text
UploadRequest. text
Methods in nz.ac.waikato.adams.webservice.rats.text that return Text Modifier and Type Method Description Text
ObjectFactory. createText()
Create an instance ofText
Text
UploadRequest. getText()
Gets the value of the text property.Methods in nz.ac.waikato.adams.webservice.rats.text with parameters of type Text Modifier and Type Method Description void
UploadRequest. setText(Text value)
Sets the value of the text property.
-