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 TypeClassDescriptionclassRepresentation of Adobe PDF SchemaclassRepresentation of a DublinCore SchemaclassRepresentation of a Exif SchemaclassRepresentation of a PDF/A Extension schema description schemaclassRepresentation of PDF/A Identification SchemaclassclassclassCreated with IntelliJ IDEA.classclassRepresentation of XMPBasic SchemaclassRepresentation of XMPMediaManagement SchemaclassRepresentation of XMP Rights Management SchemaclassThis 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 TypeMethodDescriptionvoidXMPSchema.addBagValue(String qualifiedSeqName, AbstractField seqValue) Add a new value to a bag property.voidXMPSchema.addUnqualifiedSequenceValue(String seqName, AbstractField seqValue) Add a new value to a sequence property.voidXMPSchema.removeUnqualifiedArrayValue(String arrayName, AbstractField fieldValue) Generic method to remove a field from an array with an Elementable ObjectvoidXMPSchema.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 TypeClassDescriptionclassclassAbstract Class of an Simple XMP PropertyclassclassclassObject representation of a Complex XMP Property (Represents Ordered, Unordered and Alternative Arrays builder)classObject representation of an Boolean XMP typeclassclassclassclassObject representation of a Date XMP typeclassclassclassclassclassclassclassclassObject representation of an Integer XMP typeclassclassclassclassclassclassclassclassclassclassclassclassclassObject representation of a Real XMP typeclassclassclassclassObject representation of a Text XMP typeclassObject representation of an Thumbnail XMP typeclassclassclassclassMethods in org.apache.xmpbox.type that return AbstractFieldModifier and TypeMethodDescriptionprotected final AbstractFieldAbstractComplexProperty.getFirstEquivalentProperty(String localName, Class<? extends AbstractField> type) protected AbstractFieldComplexPropertyContainer.getFirstEquivalentProperty(String localName, Class<? extends AbstractField> type) Give the first property found in this container with type and localname expectedfinal AbstractFieldAbstractComplexProperty.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 voidAbstractComplexProperty.addProperty(AbstractField obj) Add a property to the current structurevoidComplexPropertyContainer.addProperty(AbstractField obj) Add a property to the current structurebooleanComplexPropertyContainer.containsProperty(AbstractField property) Check if a XMPFieldObject is in the complex propertybooleanComplexPropertyContainer.isSameProperty(AbstractField prop1, AbstractField prop2) Check if two properties are equal.final voidAbstractComplexProperty.removeProperty(AbstractField property) Remove a propertyvoidComplexPropertyContainer.removeProperty(AbstractField property) Remove a propertyMethod parameters in org.apache.xmpbox.type with type arguments of type AbstractFieldModifier and TypeMethodDescriptionprotected final AbstractFieldAbstractComplexProperty.getFirstEquivalentProperty(String localName, Class<? extends AbstractField> type) protected AbstractFieldComplexPropertyContainer.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 TypeMethodDescriptionvoidXmpSerializer.serializeFields(Document doc, Element parent, List<AbstractField> fields, String resourceNS, String prefix, boolean wrapWithProperty)