Uses of Class
org.apache.xmpbox.type.PropertiesDescription
-
Packages that use PropertiesDescription Package Description org.apache.xmpbox.schema org.apache.xmpbox.type -
-
Uses of PropertiesDescription in org.apache.xmpbox.schema
Fields in org.apache.xmpbox.schema declared as PropertiesDescription Modifier and Type Field Description private PropertiesDescription
XMPSchemaFactory. propDef
Methods in org.apache.xmpbox.schema that return PropertiesDescription Modifier and Type Method Description PropertiesDescription
XMPSchemaFactory. getPropertyDefinition()
Constructors in org.apache.xmpbox.schema with parameters of type PropertiesDescription Constructor Description XMPSchemaFactory(java.lang.String namespace, java.lang.Class<? extends XMPSchema> schemaClass, PropertiesDescription propDef)
Factory Constructor for basic known schemas -
Uses of PropertiesDescription in org.apache.xmpbox.type
Fields in org.apache.xmpbox.type with type parameters of type PropertiesDescription Modifier and Type Field Description private java.util.Map<java.lang.String,PropertiesDescription>
TypeMapping. definedStructuredMappings
private java.util.Map<Types,PropertiesDescription>
TypeMapping. structuredMappings
Methods in org.apache.xmpbox.type that return PropertiesDescription Modifier and Type Method Description PropertiesDescription
TypeMapping. getDefinedDescriptionByNamespace(java.lang.String namespace)
PropertiesDescription
TypeMapping. getStructuredPropMapping(Types type)
PropertiesDescription
TypeMapping. initializePropMapping(java.lang.Class<?> classSchem)
Methods in org.apache.xmpbox.type with parameters of type PropertiesDescription Modifier and Type Method Description void
TypeMapping. addToDefinedStructuredTypes(java.lang.String typeName, java.lang.String ns, PropertiesDescription pm)
-