Uses of Class
edu.cornell.mannlib.vitro.webapp.utils.configuration.PropertyType.PropertyStatement
-
Packages that use PropertyType.PropertyStatement Package Description edu.cornell.mannlib.vitro.webapp.utils.configuration -
-
Uses of PropertyType.PropertyStatement in edu.cornell.mannlib.vitro.webapp.utils.configuration
Subclasses of PropertyType.PropertyStatement in edu.cornell.mannlib.vitro.webapp.utils.configuration Modifier and Type Class Description static classPropertyType.FloatPropertyStatementstatic classPropertyType.ResourcePropertyStatementstatic classPropertyType.StringPropertyStatementMethods in edu.cornell.mannlib.vitro.webapp.utils.configuration that return PropertyType.PropertyStatement Modifier and Type Method Description protected abstract PropertyType.PropertyStatementPropertyType. buildPropertyStatement(org.apache.jena.rdf.model.Statement s)static PropertyType.PropertyStatementPropertyType. createPropertyStatement(org.apache.jena.rdf.model.Statement s)Methods in edu.cornell.mannlib.vitro.webapp.utils.configuration that return types with arguments of type PropertyType.PropertyStatement Modifier and Type Method Description Set<PropertyType.PropertyStatement>ConfigurationRdf. getPropertyStatements()Methods in edu.cornell.mannlib.vitro.webapp.utils.configuration with parameters of type PropertyType.PropertyStatement Modifier and Type Method Description voidPropertyType.PropertyMethod. confirmCompatible(PropertyType.PropertyStatement ps)Method parameters in edu.cornell.mannlib.vitro.webapp.utils.configuration with type arguments of type PropertyType.PropertyStatement Modifier and Type Method Description voidWrappedInstance. checkCardinality(Set<PropertyType.PropertyStatement> propertyStatements)The loader provides the distilled property statements from the RDF.voidWrappedInstance. setProperties(ConfigurationBeanLoader loader, Collection<PropertyType.PropertyStatement> propertyStatements)The loader provides the distilled property statements from the RDF, to populate the instance.Constructor parameters in edu.cornell.mannlib.vitro.webapp.utils.configuration with type arguments of type PropertyType.PropertyStatement Constructor Description ConfigurationRdf(Class<? extends T> concreteClass, Set<PropertyType.PropertyStatement> properties)
-