Uses of Class
org.n52.series.db.beans.FormatEntity
-
Packages that use FormatEntity Package Description org.n52.series.db.beans org.n52.series.db.beans.sta -
-
Uses of FormatEntity in org.n52.series.db.beans
Methods in org.n52.series.db.beans that return FormatEntity Modifier and Type Method Description FormatEntityAbstractFeatureEntity. getFeatureType()FormatEntityHibernateRelations.HasFeatureType. getFeatureType()FormatEntityHibernateRelations.HasProcedureDescriptionFormat. getFormat()FormatEntityProcedureEntity. getFormat()FormatEntityProcedureHistoryEntity. getFormat()FormatEntityAbstractDatasetEntity. getOmObservationType()FormatEntityAbstractDatasetEntity. getOMObservationType()FormatEntityHibernateRelations.HasOMObservationType. getOMObservationType()FormatEntityFormatEntity. setFormat(String format)Methods in org.n52.series.db.beans that return types with arguments of type FormatEntity Modifier and Type Method Description Set<FormatEntity>HibernateRelations.HasFeatureTypes. getFeatureTypes()Set<FormatEntity>OfferingEntity. getFeatureTypes()Set<FormatEntity>HibernateRelations.HasObservationTypes. getObservationTypes()Set<FormatEntity>OfferingEntity. getObservationTypes()Methods in org.n52.series.db.beans with parameters of type FormatEntity Modifier and Type Method Description voidAbstractFeatureEntity. setFeatureType(FormatEntity featureType)voidHibernateRelations.HasFeatureType. setFeatureType(FormatEntity featureOfInterestType)voidHibernateRelations.HasProcedureDescriptionFormat. setFormat(FormatEntity procedureDescriptionFormat)voidProcedureEntity. setFormat(FormatEntity format)voidProcedureHistoryEntity. setFormat(FormatEntity format)voidAbstractDatasetEntity. setOmObservationType(FormatEntity omObservationType)voidAbstractDatasetEntity. setOMObservationType(FormatEntity omObservationType)voidHibernateRelations.HasOMObservationType. setOMObservationType(FormatEntity observationType)Method parameters in org.n52.series.db.beans with type arguments of type FormatEntity Modifier and Type Method Description voidHibernateRelations.HasFeatureTypes. setFeatureTypes(Set<FormatEntity> featureOfInterestTypes)voidOfferingEntity. setFeatureTypes(Set<FormatEntity> featureTypes)voidHibernateRelations.HasObservationTypes. setObservationTypes(Set<FormatEntity> observationTypes)voidOfferingEntity. setObservationTypes(Set<FormatEntity> observationTypes) -
Uses of FormatEntity in org.n52.series.db.beans.sta
Methods in org.n52.series.db.beans.sta that return FormatEntity Modifier and Type Method Description FormatEntityLocationEntity. getLocationEncoding()Methods in org.n52.series.db.beans.sta with parameters of type FormatEntity Modifier and Type Method Description LocationEntityLocationEntity. setLocationEncoding(FormatEntity locationEncoding)
-