Uses of Class
org.apache.xmpbox.type.Types
-
Packages that use Types Package Description org.apache.xmpbox.schema org.apache.xmpbox.type org.apache.xmpbox.xml -
-
Uses of Types in org.apache.xmpbox.schema
Methods in org.apache.xmpbox.schema with parameters of type Types Modifier and Type Method Description private void
XMPSchema. setSpecifiedSimpleTypeProperty(Types type, java.lang.String qualifiedName, java.lang.Object propertyValue)
-
Uses of Types in org.apache.xmpbox.type
Fields in org.apache.xmpbox.type declared as Types Modifier and Type Field Description private Types
Types. basic
Fields in org.apache.xmpbox.type with type parameters of type Types Modifier and Type Field Description private java.util.Map<Types,PropertiesDescription>
TypeMapping. structuredMappings
private java.util.Map<java.lang.String,Types>
TypeMapping. structuredNamespaces
Methods in org.apache.xmpbox.type that return Types Modifier and Type Method Description Types
Types. getBasic()
Types
type()
get valuetype defined in this description that must be used to build properties descriptions in schema descriptionsstatic Types
Types. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Types[]
Types. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.xmpbox.type with parameters of type Types Modifier and Type Method Description static PropertyType
TypeMapping. createPropertyType(Types type, Cardinality card)
PropertiesDescription
TypeMapping. getStructuredPropMapping(Types type)
AbstractSimpleProperty
TypeMapping. instanciateSimpleProperty(java.lang.String nsuri, java.lang.String prefix, java.lang.String name, java.lang.Object value, Types type)
AbstractStructuredType
TypeMapping. instanciateStructuredType(Types type, java.lang.String propertyName)
Constructors in org.apache.xmpbox.type with parameters of type Types Constructor Description Types(boolean s, Types b, java.lang.Class<? extends AbstractField> c)
-
Uses of Types in org.apache.xmpbox.xml
Methods in org.apache.xmpbox.xml with parameters of type Types Modifier and Type Method Description private AbstractStructuredType
DomXmpParser. instanciateStructured(TypeMapping tm, Types type, java.lang.String name, java.lang.String structuredNamespace)
private void
DomXmpParser. manageSimpleType(XMPMetadata xmp, org.w3c.dom.Element property, Types type, ComplexPropertyContainer container)
private AbstractField
DomXmpParser. parseLiElement(XMPMetadata xmp, javax.xml.namespace.QName descriptor, org.w3c.dom.Element liElement, Types type)
-