Package org.verapdf.model.xmplayer
Interface XMPProperty
-
- All Known Subinterfaces:
XMPLangAlt,XMPMMHistoryProperty
- All Known Implementing Classes:
AXLXMPLangAlt,AXLXMPMMHistoryProperty,AXLXMPProperty
public interface XMPProperty extends XMPObject
XMP property
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangetisDefinedInCurrentPackage()true if this property defined in extension schema in current XMP packageBooleangetisDefinedInMainPackage()true if this property defined in extension schema in main XMP packageBooleangetisPredefinedInXMP2004()true if this property is predefined (available in predefined schema) for PDF/A-1BooleangetisPredefinedInXMP2005()true if this property is predefined (available in predefined schema) for PDF/A-2 or for PDF/A-3BooleangetisValueTypeCorrect()true if the property value type corresponds to the type defined by XMP specification or extension schema-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
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
-
-