| Package | Description |
|---|---|
| edu.cornell.mannlib.vitro.webapp.utils.configuration |
| Modifier and Type | Field and Description |
|---|---|
protected PropertyType |
PropertyType.PropertyMethod.type |
| Modifier and Type | Method and Description |
|---|---|
PropertyType |
PropertyType.PropertyStatement.getType() |
static PropertyType |
PropertyType.typeForObject(com.hp.hpl.jena.rdf.model.RDFNode object) |
static PropertyType |
PropertyType.typeForParameterType(Class<?> parameterType) |
static PropertyType |
PropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyType[] |
PropertyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PropertyMethod(PropertyType type,
Method method) |
PropertyStatement(PropertyType type,
com.hp.hpl.jena.rdf.model.Property predicate) |
Copyright © 2016. All rights reserved.