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 TypeMethodDescriptionvoidXMPBasicSchema.setCreateDateProperty(DateType date) Set the create date propertyvoidPhotoshopSchema.setDateCreatedProperty(DateType text) voidXMPSchema.setDateProperty(DateType date) Set a new DatePropertyvoidXMPBasicSchema.setMetadataDateProperty(DateType date) Set the MetadataDate propertyvoidXMPBasicSchema.setModifierDateProperty(DateType date) voidXMPBasicSchema.setModifyDateProperty(DateType date) Set the ModifyDate property -
Uses of DateType in org.apache.xmpbox.type
Methods in org.apache.xmpbox.type that return DateType