Uses of Enum Class
org.apache.xmpbox.type.Types
Packages that use Types
-
Uses of Types in org.apache.xmpbox.schema
Methods in org.apache.xmpbox.schema with parameters of type TypesModifier and TypeMethodDescriptionprivate void
XMPSchema.setSpecifiedSimpleTypeProperty
(Types type, String qualifiedName, Object propertyValue) -
Uses of Types in org.apache.xmpbox.type
Fields in org.apache.xmpbox.type declared as TypesFields in org.apache.xmpbox.type with type parameters of type TypesModifier and TypeFieldDescriptionprivate Map<Types,
PropertiesDescription> TypeMapping.structuredMappings
TypeMapping.structuredNamespaces
Methods in org.apache.xmpbox.type that return TypesModifier and TypeMethodDescriptionTypes.getBasic()
static Types
Returns the enum constant of this class with the specified name.static Types[]
Types.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.xmpbox.type with parameters of type TypesModifier and TypeMethodDescriptionstatic PropertyType
TypeMapping.createPropertyType
(Types type, Cardinality card) TypeMapping.getStructuredPropMapping
(Types type) TypeMapping.instanciateSimpleProperty
(String nsuri, String prefix, String name, Object value, Types type) TypeMapping.instanciateStructuredType
(Types type, String propertyName) Constructors in org.apache.xmpbox.type with parameters of type TypesModifierConstructorDescriptionprivate
Types
(boolean s, Types b, Class<? extends AbstractField> c) -
Uses of Types in org.apache.xmpbox.xml
Methods in org.apache.xmpbox.xml with parameters of type TypesModifier and TypeMethodDescriptionprivate AbstractStructuredType
DomXmpParser.instanciateStructured
(TypeMapping tm, Types type, String name, String structuredNamespace) private void
DomXmpParser.manageSimpleType
(XMPMetadata xmp, Element property, Types type, ComplexPropertyContainer container) private AbstractField
DomXmpParser.parseLiElement
(XMPMetadata xmp, QName descriptor, Element liElement, Types type)