Class PropertyType.PropertyStatement
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.utils.configuration.PropertyType.PropertyStatement
-
- Direct Known Subclasses:
PropertyType.FloatPropertyStatement,PropertyType.ResourcePropertyStatement,PropertyType.StringPropertyStatement
- Enclosing class:
- PropertyType
public abstract static class PropertyType.PropertyStatement extends Object
-
-
Constructor Summary
Constructors Constructor Description PropertyStatement(PropertyType type, String predicateUri)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description StringgetPredicateUri()PropertyTypegetType()abstract ObjectgetValue()
-
-
-
Constructor Detail
-
PropertyStatement
public PropertyStatement(PropertyType type, String predicateUri)
-
-
Method Detail
-
getType
public PropertyType getType()
-
getPredicateUri
public String getPredicateUri()
-
getValue
public abstract Object getValue()
-
-