Uses of Class
org.apache.xmpbox.type.DateType
Packages that use DateType
-
Uses of DateType in org.apache.xmpbox.schema
Methods in org.apache.xmpbox.schema that return DateTypeModifier and TypeMethodDescriptionXMPBasicSchema.getCreateDateProperty()
Get the CreateDate propertyPhotoshopSchema.getDateCreatedProperty()
XMPSchema.getDateProperty
(String qualifiedName) Get the Date property with its nameXMPBasicSchema.getMetadataDateProperty()
Get the MetadataDate propertyXMPBasicSchema.getModifierDateProperty()
XMPBasicSchema.getModifyDateProperty()
Get the ModifyDate propertyMethods in org.apache.xmpbox.schema with parameters of type DateTypeModifier and TypeMethodDescriptionvoid
XMPBasicSchema.setCreateDateProperty
(DateType date) Set the create date propertyvoid
PhotoshopSchema.setDateCreatedProperty
(DateType text) void
XMPSchema.setDateProperty
(DateType date) Set a new DatePropertyvoid
XMPBasicSchema.setMetadataDateProperty
(DateType date) Set the MetadataDate propertyvoid
XMPBasicSchema.setModifierDateProperty
(DateType date) void
XMPBasicSchema.setModifyDateProperty
(DateType date) Set the ModifyDate property -
Uses of DateType in org.apache.xmpbox.type
Methods in org.apache.xmpbox.type that return DateType