Uses of Class
org.n52.shetland.inspire.ef.AbstractMonitoringObject
-
Packages that use AbstractMonitoringObject Package Description org.n52.shetland.inspire.ef -
-
Uses of AbstractMonitoringObject in org.n52.shetland.inspire.ef
Subclasses of AbstractMonitoringObject in org.n52.shetland.inspire.ef Modifier and Type Class Description classAbstractMonitoringFeatureclassEnvironmentalMonitoringFacilityclassEnvironmentalMonitoringNetworkclassEnvironmentalMonitoringProgrammeMethods in org.n52.shetland.inspire.ef that return AbstractMonitoringObject Modifier and Type Method Description AbstractMonitoringObjectHierarchy. getBroader()AbstractMonitoringObjectHierarchy. getNarrower()Methods in org.n52.shetland.inspire.ef that return types with arguments of type AbstractMonitoringObject Modifier and Type Method Description Set<Referenceable<AbstractMonitoringObject>>AbstractMonitoringObject. getSupersededBy()Set<Referenceable<AbstractMonitoringObject>>AbstractMonitoringObject. getSupersedes()Methods in org.n52.shetland.inspire.ef with parameters of type AbstractMonitoringObject Modifier and Type Method Description voidHierarchy. setBroader(AbstractMonitoringObject broader)voidHierarchy. setNarrower(AbstractMonitoringObject narrower)Method parameters in org.n52.shetland.inspire.ef with type arguments of type AbstractMonitoringObject Modifier and Type Method Description voidAbstractMonitoringObject. setSupersededBy(Set<Referenceable<AbstractMonitoringObject>> supersededBy)voidAbstractMonitoringObject. setSupersedes(Set<Referenceable<AbstractMonitoringObject>> supersedes)
-