Uses of Class
edu.cornell.mannlib.vitro.webapp.utils.configuration.PropertyType
-
Packages that use PropertyType Package Description edu.cornell.mannlib.vitro.webapp.utils.configuration -
-
Uses of PropertyType in edu.cornell.mannlib.vitro.webapp.utils.configuration
Fields in edu.cornell.mannlib.vitro.webapp.utils.configuration declared as PropertyType Modifier and Type Field Description protected PropertyTypePropertyType.PropertyMethod. typeMethods in edu.cornell.mannlib.vitro.webapp.utils.configuration that return PropertyType Modifier and Type Method Description PropertyTypePropertyType.PropertyStatement. getType()static PropertyTypePropertyType. typeForObject(org.apache.jena.rdf.model.RDFNode object)static PropertyTypePropertyType. typeForParameterType(Class<?> parameterType)static PropertyTypePropertyType. 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.Constructors in edu.cornell.mannlib.vitro.webapp.utils.configuration with parameters of type PropertyType Constructor Description PropertyMethod(PropertyType type, Method method, Property annotation)PropertyStatement(PropertyType type, String predicateUri)
-