Uses of Record Class
org.lifstools.jmzqc.CvParameter
-
Uses of CvParameter in org.lifstools.jmzqc
Methods in org.lifstools.jmzqc that return CvParameterModifier and TypeMethodDescriptionUnit.cvParameterValue()Returns the value of thecvParameterValuerecord component.InputFile.fileFormat()Returns the value of thefileFormatrecord component.Methods in org.lifstools.jmzqc that return types with arguments of type CvParameterModifier and TypeMethodDescriptionUnit.cvParameterArrayValue()Returns the value of thecvParameterArrayValuerecord component.Metadata.cvParameters()Returns the value of thecvParametersrecord component.InputFile.fileProperties()Returns the value of thefilePropertiesrecord component.Constructors in org.lifstools.jmzqc with parameters of type CvParameterModifierConstructorDescriptionInputFile(CvParameter fileFormat, List<CvParameter> fileProperties, URI location, String name) Creates an instance of aInputFilerecord class.Unit(CvParameter cvParameterValue, List<CvParameter> cvParameterArrayValue) Creates an instance of aUnitrecord class.Constructor parameters in org.lifstools.jmzqc with type arguments of type CvParameterModifierConstructorDescriptionInputFile(CvParameter fileFormat, List<CvParameter> fileProperties, URI location, String name) Creates an instance of aInputFilerecord class.Unit(CvParameter cvParameterValue, List<CvParameter> cvParameterArrayValue) Creates an instance of aUnitrecord class.