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 XMPArrayTypeXMPArrayType. ALTthe alternative arraystatic XMPArrayTypeXMPArrayType. BAGthe unordered arraystatic XMPArrayTypeXMPArrayType. SEQthe ordered arrayMethods in org.apache.xmlgraphics.xmp that return XMPArrayType Modifier and Type Method Description XMPArrayTypeXMPArray. getType()Methods in org.apache.xmlgraphics.xmp with parameters of type XMPArrayType Modifier and Type Method Description protected voidXMPSchemaAdapter. addObjectToArray(java.lang.String propName, java.lang.Object value, XMPArrayType arrayType)Adds a Object value to an array.XMPArrayXMPProperty. 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
-