Uses of Class
org.n52.series.db.beans.parameter.ParameterFactory.EntityType
-
Packages that use ParameterFactory.EntityType Package Description org.n52.series.db.beans.parameter -
-
Uses of ParameterFactory.EntityType in org.n52.series.db.beans.parameter
Methods in org.n52.series.db.beans.parameter that return ParameterFactory.EntityType Modifier and Type Method Description static ParameterFactory.EntityTypeParameterFactory.EntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static ParameterFactory.EntityType[]ParameterFactory.EntityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.n52.series.db.beans.parameter with parameters of type ParameterFactory.EntityType Modifier and Type Method Description static ParameterEntity<?>ParameterFactory. from(ParameterFactory.EntityType entityType, ParameterFactory.ValueType valueType)Creates a concrete ParameterEntity based on the type of the Entity and the Parameter
-