Uses of Class
org.apache.xmlgraphics.xmp.XMPArrayType
Packages that use XMPArrayType
-
Uses of XMPArrayType in org.apache.xmlgraphics.xmp
Fields in org.apache.xmlgraphics.xmp declared as XMPArrayTypeModifier and TypeFieldDescriptionstatic final XMPArrayType
XMPArrayType.ALT
the alternative arraystatic final XMPArrayType
XMPArrayType.BAG
the unordered arraystatic final XMPArrayType
XMPArrayType.SEQ
the ordered arrayMethods in org.apache.xmlgraphics.xmp that return XMPArrayTypeMethods in org.apache.xmlgraphics.xmp with parameters of type XMPArrayTypeModifier and TypeMethodDescriptionprotected void
XMPSchemaAdapter.addObjectToArray
(String propName, Object value, XMPArrayType arrayType) Adds a Object value to an array.XMPProperty.convertSimpleValueToArray
(XMPArrayType type) Converts a simple value to an array of a given type if the value is not already an array.Constructors in org.apache.xmlgraphics.xmp with parameters of type XMPArrayType