Uses of Class
org.apache.xmlgraphics.xmp.XMPArrayType
-
Packages that use XMPArrayType Package Description org.apache.xmlgraphics.xmp This package is an XMP metadata framework. -
-
Uses of XMPArrayType in org.apache.xmlgraphics.xmp
Fields in org.apache.xmlgraphics.xmp declared as XMPArrayType Modifier and Type Field Description static XMPArrayType
XMPArrayType. ALT
the alternative arraystatic XMPArrayType
XMPArrayType. BAG
the unordered arraystatic XMPArrayType
XMPArrayType. SEQ
the ordered arrayMethods in org.apache.xmlgraphics.xmp that return XMPArrayType Modifier and Type Method Description XMPArrayType
XMPArray. getType()
Methods in org.apache.xmlgraphics.xmp with parameters of type XMPArrayType Modifier and Type Method Description protected void
XMPSchemaAdapter. addObjectToArray(java.lang.String propName, java.lang.Object value, XMPArrayType arrayType)
Adds a Object value to an array.XMPArray
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 Constructor Description XMPArray(XMPArrayType type)
Main constructor
-