Uses of Class
org.apache.xmpbox.type.AbstractField
Packages that use AbstractField
-
Uses of AbstractField in org.apache.xmpbox.schema
Subclasses of AbstractField in org.apache.xmpbox.schemaModifier and TypeClassDescriptionclass
Representation of Adobe PDF Schemaclass
Representation of a DublinCore Schemaclass
Representation of a Exif Schemaclass
Representation of a PDF/A Extension schema description schemaclass
Representation of PDF/A Identification Schemaclass
class
class
Created with IntelliJ IDEA.class
class
Representation of XMPBasic Schemaclass
Representation of XMPMediaManagement Schemaclass
Representation of XMP Rights Management Schemaclass
This class represents a metadata schema that can be stored in an XMP document.Methods in org.apache.xmpbox.schema that return AbstractFieldModifier and TypeMethodDescriptionXMPSchema.getAbstractProperty
(String qualifiedName) Retrieve a generic simple type propertyMethods in org.apache.xmpbox.schema that return types with arguments of type AbstractFieldModifier and TypeMethodDescriptionXMPSchema.getUnqualifiedArrayList
(String name) Get an AbstractField list corresponding to the content of an array property.Methods in org.apache.xmpbox.schema with parameters of type AbstractFieldModifier and TypeMethodDescriptionvoid
XMPSchema.addBagValue
(String qualifiedSeqName, AbstractField seqValue) Add a new value to a bag property.void
XMPSchema.addUnqualifiedSequenceValue
(String seqName, AbstractField seqValue) Add a new value to a sequence property.void
XMPSchema.removeUnqualifiedArrayValue
(String arrayName, AbstractField fieldValue) Generic method to remove a field from an array with an Elementable Objectvoid
XMPSchema.removeUnqualifiedSequenceValue
(String qualifiedSeqName, AbstractField seqValue) Remove a value from a sequence property. -
Uses of AbstractField in org.apache.xmpbox.type
Subclasses of AbstractField in org.apache.xmpbox.typeModifier and TypeClassDescriptionclass
class
Abstract Class of an Simple XMP Propertyclass
class
class
Object representation of a Complex XMP Property (Represents Ordered, Unordered and Alternative Arrays builder)class
Object representation of an Boolean XMP typeclass
class
class
Object representation of a Date XMP typeclass
class
class
class
class
class
class
Object representation of an Integer XMP typeclass
class
class
class
class
class
class
class
class
class
class
class
class
Object representation of a Real XMP typeclass
class
class
class
Object representation of a Text XMP typeclass
Object representation of an Thumbnail XMP typeclass
class
class
class
Methods in org.apache.xmpbox.type that return AbstractFieldModifier and TypeMethodDescriptionprotected final AbstractField
AbstractComplexProperty.getFirstEquivalentProperty
(String localName, Class<? extends AbstractField> type) protected AbstractField
ComplexPropertyContainer.getFirstEquivalentProperty
(String localName, Class<? extends AbstractField> type) Give the first property found in this container with type and localname expectedfinal AbstractField
AbstractComplexProperty.getProperty
(String fieldName) Methods in org.apache.xmpbox.type that return types with arguments of type AbstractFieldModifier and TypeMethodDescriptionfinal List<AbstractField>
AbstractComplexProperty.getAllProperties()
ComplexPropertyContainer.getAllProperties()
Return all children associated to this propertyClass<? extends AbstractField>
Types.getImplementingClass()
ComplexPropertyContainer.getPropertiesByLocalName
(String localName) Return all properties with this specified localName.Methods in org.apache.xmpbox.type with parameters of type AbstractFieldModifier and TypeMethodDescriptionfinal void
AbstractComplexProperty.addProperty
(AbstractField obj) Add a property to the current structurevoid
ComplexPropertyContainer.addProperty
(AbstractField obj) Add a property to the current structureboolean
ComplexPropertyContainer.containsProperty
(AbstractField property) Check if a XMPFieldObject is in the complex propertyboolean
ComplexPropertyContainer.isSameProperty
(AbstractField prop1, AbstractField prop2) Check if two properties are equal.final void
AbstractComplexProperty.removeProperty
(AbstractField property) Remove a propertyvoid
ComplexPropertyContainer.removeProperty
(AbstractField property) Remove a propertyMethod parameters in org.apache.xmpbox.type with type arguments of type AbstractFieldModifier and TypeMethodDescriptionprotected final AbstractField
AbstractComplexProperty.getFirstEquivalentProperty
(String localName, Class<? extends AbstractField> type) protected AbstractField
ComplexPropertyContainer.getFirstEquivalentProperty
(String localName, Class<? extends AbstractField> type) Give the first property found in this container with type and localname expected -
Uses of AbstractField in org.apache.xmpbox.xml
Method parameters in org.apache.xmpbox.xml with type arguments of type AbstractFieldModifier and TypeMethodDescriptionvoid
XmpSerializer.serializeFields
(Document doc, Element parent, List<AbstractField> fields, String resourceNS, String prefix, boolean wrapWithProperty)