Package org.verapdf.model.xmplayer
Interface XMPProperty
- All Known Subinterfaces:
XMPLangAlt,XMPMMHistoryProperty
- All Known Implementing Classes:
AXLXMPLangAlt,AXLXMPMMHistoryProperty,AXLXMPProperty
XMP property
-
Method Summary
Modifier and TypeMethodDescriptiontrue if this property defined in extension schema in current XMP packagetrue if this property defined in extension schema in main XMP packagetrue if this property is predefined (available in predefined schema) for PDF/A-1true if this property is predefined (available in predefined schema) for PDF/A-2 or for PDF/A-3true if the property value type corresponds to the type defined by XMP specification or extension schematype defined by XMP specification or extension schemaMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Method Details
-
getisPredefinedInXMP2004
Boolean getisPredefinedInXMP2004()true if this property is predefined (available in predefined schema) for PDF/A-1 -
getisPredefinedInXMP2005
Boolean getisPredefinedInXMP2005()true if this property is predefined (available in predefined schema) for PDF/A-2 or for PDF/A-3 -
getisDefinedInCurrentPackage
Boolean getisDefinedInCurrentPackage()true if this property defined in extension schema in current XMP package -
getisDefinedInMainPackage
Boolean getisDefinedInMainPackage()true if this property defined in extension schema in main XMP package -
getisValueTypeCorrect
Boolean getisValueTypeCorrect()true if the property value type corresponds to the type defined by XMP specification or extension schema -
getpredefinedType
String getpredefinedType()type defined by XMP specification or extension schema
-