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.Method parameters in org.apache.xmpbox.schema with type arguments of type AbstractFieldModifier and TypeMethodDescriptionprivate booleanXMPSchema.mergeComplexProperty(Iterator<AbstractField> itNewValues, ArrayProperty arrayProperty) -
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 typeclassclassclassObject representation of a Date XMP typeclassclassclassclassclassclassclassObject representation of an Integer XMP typeclassclassclassclassclassclassclassclassclassclassclassclassclassObject representation of a Real XMP typeclassclassclassclassObject representation of a Text XMP typeclassObject representation of an Thumbnail XMP typeclassclassclassclassFields in org.apache.xmpbox.type with type parameters of type AbstractFieldModifier and TypeFieldDescriptionprivate final Class<? extends AbstractField>Types.clzprivate final List<AbstractField>ComplexPropertyContainer.propertiesMethods 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 expectedConstructor parameters in org.apache.xmpbox.type with type arguments of type AbstractFieldModifierConstructorDescriptionprivateTypes(boolean s, Types b, Class<? extends AbstractField> c) -
Uses of AbstractField in org.apache.xmpbox.xml
Methods in org.apache.xmpbox.xml that return AbstractFieldModifier and TypeMethodDescriptionprivate AbstractFieldDomXmpParser.parseLiElement(XMPMetadata xmp, QName descriptor, Element liElement, Types type) Methods in org.apache.xmpbox.xml with parameters of type AbstractFieldModifier and TypeMethodDescriptionprivate voidDomXmpParser.loadAttributes(AbstractField sp, Element element) 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)