Uses of Enum
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 voidXMPSchema.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.structuredMappingsTypeMapping.structuredNamespacesMethods in org.apache.xmpbox.type that return TypesModifier and TypeMethodDescriptionTypes.getBasic()static TypesReturns 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 TypesModifier and TypeMethodDescriptionstatic PropertyTypeTypeMapping.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 TypesModifierConstructorDescriptionprivateTypes(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 AbstractStructuredTypeDomXmpParser.instanciateStructured(TypeMapping tm, Types type, String name, String structuredNamespace) private voidDomXmpParser.manageSimpleType(XMPMetadata xmp, Element property, Types type, ComplexPropertyContainer container) private AbstractFieldDomXmpParser.parseLiElement(XMPMetadata xmp, QName descriptor, Element liElement, Types type)