Uses of Class
org.n52.series.db.generator.AbstractGenerator.Profile
-
Packages that use AbstractGenerator.Profile Package Description org.n52.series.db.generator -
-
Uses of AbstractGenerator.Profile in org.n52.series.db.generator
Methods in org.n52.series.db.generator that return AbstractGenerator.Profile Modifier and Type Method Description static AbstractGenerator.ProfileAbstractGenerator.Profile. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractGenerator.Profile[]AbstractGenerator.Profile. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.n52.series.db.generator with parameters of type AbstractGenerator.Profile Modifier and Type Method Description protected voidAbstractGenerator. addConceptDirectories(AbstractGenerator.Concept concept, AbstractGenerator.Profile profile, AbstractGenerator.Feature feature, org.hibernate.cfg.Configuration configuration, org.hibernate.boot.MetadataSources metadataSources)protected Collection<String>AbstractGenerator. getProfileDirectories(String p, AbstractGenerator.Profile profile)protected voidAbstractGenerator. setDirectoriesForModelSelection(AbstractGenerator.Concept concept, AbstractGenerator.Profile profile, AbstractGenerator.Feature feature, org.hibernate.cfg.Configuration configuration, org.hibernate.boot.MetadataSources metadataSources)
-