Uses of Class
org.apache.xmpbox.type.AbstractField
-
Packages that use AbstractField Package Description org.apache.xmpbox.schema org.apache.xmpbox.type org.apache.xmpbox.xml -
-
Uses of AbstractField in org.apache.xmpbox.schema
Subclasses of AbstractField in org.apache.xmpbox.schema Modifier and Type Class Description classAdobePDFSchemaRepresentation of Adobe PDF SchemaclassDublinCoreSchemaRepresentation of a DublinCore SchemaclassExifSchemaRepresentation of a Exif SchemaclassPDFAExtensionSchemaRepresentation of a PDF/A Extension schema description schemaclassPDFAIdentificationSchemaRepresentation of PDF/A Identification SchemaclassPhotoshopSchemaclassTiffSchemaclassXMPageTextSchemaCreated with IntelliJ IDEA.classXMPBasicJobTicketSchemaclassXMPBasicSchemaRepresentation of XMPBasic SchemaclassXMPMediaManagementSchemaRepresentation of XMPMediaManagement SchemaclassXMPRightsManagementSchemaRepresentation of XMP Rights Management SchemaclassXMPSchemaThis class represents a metadata schema that can be stored in an XMP document.Methods in org.apache.xmpbox.schema that return AbstractField Modifier and Type Method Description AbstractFieldXMPSchema. getAbstractProperty(java.lang.String qualifiedName)Retrieve a generic simple type propertyMethods in org.apache.xmpbox.schema that return types with arguments of type AbstractField Modifier and Type Method Description java.util.List<AbstractField>XMPSchema. getUnqualifiedArrayList(java.lang.String name)Get an AbstractField list corresponding to the content of an array property.Methods in org.apache.xmpbox.schema with parameters of type AbstractField Modifier and Type Method Description voidXMPSchema. addBagValue(java.lang.String qualifiedSeqName, AbstractField seqValue)Add a new value to a bag property.voidXMPSchema. addUnqualifiedSequenceValue(java.lang.String seqName, AbstractField seqValue)Add a new value to a sequence property.voidXMPSchema. removeUnqualifiedArrayValue(java.lang.String arrayName, AbstractField fieldValue)Generic method to remove a field from an array with an Elementable ObjectvoidXMPSchema. removeUnqualifiedSequenceValue(java.lang.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.type Modifier and Type Class Description classAbstractComplexPropertyclassAbstractSimplePropertyAbstract Class of an Simple XMP PropertyclassAbstractStructuredTypeclassAgentNameTypeclassArrayPropertyObject representation of a Complex XMP Property (Represents Ordered, Unordered and Alternative Arrays builder)classBooleanTypeObject representation of an Boolean XMP typeclassCFAPatternTypeclassChoiceTypeclassColorantTypeclassDateTypeObject representation of a Date XMP typeclassDefinedStructuredTypeclassDeviceSettingsTypeclassDimensionsTypeclassFlashTypeclassFontTypeclassGPSCoordinateTypeclassGUIDTypeclassIntegerTypeObject representation of an Integer XMP typeclassJobTypeclassLayerTypeclassLocaleTypeclassMIMETypeclassOECFTypeclassPartTypeclassPDFAFieldTypeclassPDFAPropertyTypeclassPDFASchemaTypeclassPDFATypeTypeclassProperNameTypeclassRationalTypeclassRealTypeObject representation of a Real XMP typeclassRenditionClassTypeclassResourceEventTypeclassResourceRefTypeclassTextTypeObject representation of a Text XMP typeclassThumbnailTypeObject representation of an Thumbnail XMP typeclassURITypeclassURLTypeclassVersionTypeclassXPathTypeMethods in org.apache.xmpbox.type that return AbstractField Modifier and Type Method Description protected AbstractFieldAbstractComplexProperty. getFirstEquivalentProperty(java.lang.String localName, java.lang.Class<? extends AbstractField> type)protected AbstractFieldComplexPropertyContainer. getFirstEquivalentProperty(java.lang.String localName, java.lang.Class<? extends AbstractField> type)Give the first property found in this container with type and localname expectedAbstractFieldAbstractComplexProperty. getProperty(java.lang.String fieldName)Methods in org.apache.xmpbox.type that return types with arguments of type AbstractField Modifier and Type Method Description java.util.List<AbstractField>AbstractComplexProperty. getAllProperties()java.util.List<AbstractField>ComplexPropertyContainer. getAllProperties()Return all children associated to this propertyjava.lang.Class<? extends AbstractField>Types. getImplementingClass()java.util.List<AbstractField>ComplexPropertyContainer. getPropertiesByLocalName(java.lang.String localName)Return all properties with this specified localName.Methods in org.apache.xmpbox.type with parameters of type AbstractField Modifier and Type Method Description 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.voidAbstractComplexProperty. removeProperty(AbstractField property)Remove a propertyvoidComplexPropertyContainer. removeProperty(AbstractField property)Remove a propertyMethod parameters in org.apache.xmpbox.type with type arguments of type AbstractField Modifier and Type Method Description protected AbstractFieldAbstractComplexProperty. getFirstEquivalentProperty(java.lang.String localName, java.lang.Class<? extends AbstractField> type)protected AbstractFieldComplexPropertyContainer. getFirstEquivalentProperty(java.lang.String localName, java.lang.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 AbstractField Modifier and Type Method Description voidXmpSerializer. serializeFields(org.w3c.dom.Document doc, org.w3c.dom.Element parent, java.util.List<AbstractField> fields, java.lang.String resourceNS, java.lang.String prefix, boolean wrapWithProperty)
-