Uses of Class
org.n52.shetland.ogc.om.series.wml.WaterMLConstants.InterpolationType
-
Packages that use WaterMLConstants.InterpolationType Package Description org.n52.shetland.ogc.om.series.wml -
-
Uses of WaterMLConstants.InterpolationType in org.n52.shetland.ogc.om.series.wml
Methods in org.n52.shetland.ogc.om.series.wml that return WaterMLConstants.InterpolationType Modifier and Type Method Description static WaterMLConstants.InterpolationTypeWaterMLConstants.InterpolationType. from(String v)static WaterMLConstants.InterpolationTypeWaterMLConstants.InterpolationType. valueOf(String name)Returns the enum constant of this type with the specified name.static WaterMLConstants.InterpolationType[]WaterMLConstants.InterpolationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-