Uses of Class
org.n52.shetland.aqd.ReportObligationType
-
Packages that use ReportObligationType Package Description org.n52.shetland.aqd -
-
Uses of ReportObligationType in org.n52.shetland.aqd
Methods in org.n52.shetland.aqd that return ReportObligationType Modifier and Type Method Description static ReportObligationTypeReportObligationType. from(String v)static ReportObligationTypeReportObligations. getFlow(Extensions extensions)static ReportObligationTypeReportObligationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportObligationType[]ReportObligationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.n52.shetland.aqd with parameters of type ReportObligationType Modifier and Type Method Description EReportingHeaderEReportObligationRepository. createHeader(ReportObligationType type)ReportObligationEReportObligationRepository. getReportObligation(ReportObligationType type)voidEReportObligationRepository. saveReportObligation(ReportObligationType type, ReportObligation obligation)
-