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()FormatEntityHibernateRelations.HasObservationType. getObservationType()FormatEntityDatasetEntity. 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 AbstractFeatureEntity<E>AbstractFeatureEntity. setFeatureType(FormatEntity featureType)voidHibernateRelations.HasFeatureType. setFeatureType(FormatEntity featureOfInterestType)THibernateRelations.HasProcedureDescriptionFormat. setFormat(FormatEntity procedureDescriptionFormat)ProcedureEntityProcedureEntity. setFormat(FormatEntity format)ProcedureHistoryEntityProcedureHistoryEntity. setFormat(FormatEntity format)THibernateRelations.HasObservationType. setObservationType(FormatEntity observationType)DatasetEntityDatasetEntity. setOmObservationType(FormatEntity omObservationType)Method parameters in org.n52.series.db.beans with type arguments of type FormatEntity Modifier and Type Method Description THibernateRelations.HasFeatureTypes. setFeatureTypes(Set<FormatEntity> featureOfInterestTypes)OfferingEntityOfferingEntity. setFeatureTypes(Set<FormatEntity> featureTypes)THibernateRelations.HasObservationTypes. setObservationTypes(Set<FormatEntity> observationTypes)OfferingEntityOfferingEntity. 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()FormatEntityDatastreamEntity. getObservationType()Methods in org.n52.series.db.beans.sta with parameters of type FormatEntity Modifier and Type Method Description LocationEntityLocationEntity. setLocationEncoding(FormatEntity locationEncoding)DatastreamEntityDatastreamEntity. setObservationType(FormatEntity observationType)
-