Uses of Class
net.opengis.omeo.sen1.v_2_0.QCResultType
-
Packages that use QCResultType Package Description net.opengis.omeo.sen1.v_2_0 -
-
Uses of QCResultType in net.opengis.omeo.sen1.v_2_0
Fields in net.opengis.omeo.sen1.v_2_0 with type parameters of type QCResultType Modifier and Type Field Description protected List<QCResultType>QualityDisclaimerType. offQCResultMethods in net.opengis.omeo.sen1.v_2_0 that return QCResultType Modifier and Type Method Description static QCResultTypeQCResultType. fromValue(String v)static QCResultTypeQCResultType. valueOf(String name)Returns the enum constant of this type with the specified name.static QCResultType[]QCResultType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.omeo.sen1.v_2_0 that return types with arguments of type QCResultType Modifier and Type Method Description List<QCResultType>QualityDisclaimerType. getOffQCResult()Gets the value of the offQCResult property.Methods in net.opengis.omeo.sen1.v_2_0 with parameters of type QCResultType Modifier and Type Method Description QualityDisclaimerTypeQualityDisclaimerType. withOffQCResult(QCResultType... values)Method parameters in net.opengis.omeo.sen1.v_2_0 with type arguments of type QCResultType Modifier and Type Method Description voidQualityDisclaimerType. setOffQCResult(List<QCResultType> value)QualityDisclaimerTypeQualityDisclaimerType. withOffQCResult(Collection<QCResultType> values)QualityDisclaimerTypeQualityDisclaimerType. withOffQCResult(List<QCResultType> value)Constructor parameters in net.opengis.omeo.sen1.v_2_0 with type arguments of type QCResultType Constructor Description QualityDisclaimerType(Boolean oqcFailed, Boolean oqcUpdated, List<QCResultType> offQCResult, String offQCDescription, String disclaimer)Fully-initialising value constructor
-