Uses of Class
org.icatproject.InvestigationParameter
-
Packages that use InvestigationParameter Package Description org.icatproject -
-
Uses of InvestigationParameter in org.icatproject
Fields in org.icatproject with type parameters of type InvestigationParameter Modifier and Type Field Description protected List<InvestigationParameter>ParameterType. investigationParametersprotected List<InvestigationParameter>Investigation. parametersMethods in org.icatproject that return InvestigationParameter Modifier and Type Method Description InvestigationParameterObjectFactory. createInvestigationParameter()Create an instance ofInvestigationParameterMethods in org.icatproject that return types with arguments of type InvestigationParameter Modifier and Type Method Description jakarta.xml.bind.JAXBElement<InvestigationParameter>ObjectFactory. createInvestigationParameter(InvestigationParameter value)List<InvestigationParameter>ParameterType. getInvestigationParameters()Gets the value of the investigationParameters property.List<InvestigationParameter>Investigation. getParameters()Gets the value of the parameters property.Methods in org.icatproject with parameters of type InvestigationParameter Modifier and Type Method Description jakarta.xml.bind.JAXBElement<InvestigationParameter>ObjectFactory. createInvestigationParameter(InvestigationParameter value)
-