Uses of Class
ca.phon.query.report.io.ScriptContainer
Packages that use ScriptContainer
-
Uses of ScriptContainer in ca.phon.query.report.io
Fields in ca.phon.query.report.io declared as ScriptContainerModifier and TypeFieldDescriptionprotected ScriptContainer
ResultListingField.fieldValue
protected ScriptContainer
ScriptSection.script
Methods in ca.phon.query.report.io that return ScriptContainerModifier and TypeMethodDescriptionObjectFactory.createScriptContainer()
Create an instance ofScriptContainer
ResultListingField.getFieldValue()
Gets the value of the fieldValue property.ScriptSection.getScript()
Gets the value of the script property.Methods in ca.phon.query.report.io that return types with arguments of type ScriptContainerModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ScriptContainer>
ObjectFactory.createFieldValue
(ScriptContainer value) Methods in ca.phon.query.report.io with parameters of type ScriptContainerModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ScriptContainer>
ObjectFactory.createFieldValue
(ScriptContainer value) void
ResultListingField.setFieldValue
(ScriptContainer value) Sets the value of the fieldValue property.void
ScriptSection.setScript
(ScriptContainer value) Sets the value of the script property.