Class PropertyType.FloatPropertyStatement
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.utils.configuration.PropertyType.PropertyStatement
-
- edu.cornell.mannlib.vitro.webapp.utils.configuration.PropertyType.FloatPropertyStatement
-
- Enclosing class:
- PropertyType
public static class PropertyType.FloatPropertyStatement extends PropertyType.PropertyStatement
-
-
Constructor Summary
Constructors Constructor Description FloatPropertyStatement(String predicateUri, float f)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetValue()-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.utils.configuration.PropertyType.PropertyStatement
getPredicateUri, getType
-
-
-
-
Constructor Detail
-
FloatPropertyStatement
public FloatPropertyStatement(String predicateUri, float f)
-
-
Method Detail
-
getValue
public Float getValue()
- Specified by:
getValuein classPropertyType.PropertyStatement
-
-