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 PropertiesDescriptionXMPSchemaFactory. propDefMethods in org.apache.xmpbox.schema that return PropertiesDescription Modifier and Type Method Description PropertiesDescriptionXMPSchemaFactory. 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. definedStructuredMappingsprivate java.util.Map<Types,PropertiesDescription>TypeMapping. structuredMappingsMethods in org.apache.xmpbox.type that return PropertiesDescription Modifier and Type Method Description PropertiesDescriptionTypeMapping. getDefinedDescriptionByNamespace(java.lang.String namespace)PropertiesDescriptionTypeMapping. getStructuredPropMapping(Types type)PropertiesDescriptionTypeMapping. initializePropMapping(java.lang.Class<?> classSchem)Methods in org.apache.xmpbox.type with parameters of type PropertiesDescription Modifier and Type Method Description voidTypeMapping. addToDefinedStructuredTypes(java.lang.String typeName, java.lang.String ns, PropertiesDescription pm)
-