Uses of Class
org.apache.xmpbox.type.Types
-
Packages that use Types Package Description org.apache.xmpbox.type -
-
Uses of Types in org.apache.xmpbox.type
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)
-