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 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)
-