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 XMPArrayTypeXMPArrayType.ALTthe alternative arraystatic final XMPArrayTypeXMPArrayType.BAGthe unordered arraystatic final XMPArrayTypeXMPArrayType.SEQthe ordered arrayMethods in org.apache.xmlgraphics.xmp that return XMPArrayTypeMethods in org.apache.xmlgraphics.xmp with parameters of type XMPArrayTypeModifier and TypeMethodDescriptionprotected voidXMPSchemaAdapter.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