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 voidXMPSchema. 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 TypesTypes. basicFields in org.apache.xmpbox.type with type parameters of type Types Modifier and Type Field Description private java.util.Map<Types,PropertiesDescription>TypeMapping. structuredMappingsprivate java.util.Map<java.lang.String,Types>TypeMapping. structuredNamespacesMethods in org.apache.xmpbox.type that return Types Modifier and Type Method Description TypesTypes. getBasic()Typestype()get valuetype defined in this description that must be used to build properties descriptions in schema descriptionsstatic TypesTypes. 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 PropertyTypeTypeMapping. createPropertyType(Types type, Cardinality card)PropertiesDescriptionTypeMapping. getStructuredPropMapping(Types type)AbstractSimplePropertyTypeMapping. instanciateSimpleProperty(java.lang.String nsuri, java.lang.String prefix, java.lang.String name, java.lang.Object value, Types type)AbstractStructuredTypeTypeMapping. 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 AbstractStructuredTypeDomXmpParser. instanciateStructured(TypeMapping tm, Types type, java.lang.String name, java.lang.String structuredNamespace)private voidDomXmpParser. manageSimpleType(XMPMetadata xmp, org.w3c.dom.Element property, Types type, ComplexPropertyContainer container)private AbstractFieldDomXmpParser. parseLiElement(XMPMetadata xmp, javax.xml.namespace.QName descriptor, org.w3c.dom.Element liElement, Types type)
-