Uses of Class
org.apache.xmpbox.type.Attribute
-
Packages that use Attribute Package Description org.apache.xmpbox.schema org.apache.xmpbox.type org.apache.xmpbox.xml -
-
Uses of Attribute in org.apache.xmpbox.schema
Methods in org.apache.xmpbox.schema that return Attribute Modifier and Type Method Description Attribute
XMPSchema. getAboutAttribute()
Get the RDF about attributeMethods in org.apache.xmpbox.schema with parameters of type Attribute Modifier and Type Method Description void
XMPSchema. setAbout(Attribute about)
Set the RDF 'about' attribute -
Uses of Attribute in org.apache.xmpbox.type
Fields in org.apache.xmpbox.type with type parameters of type Attribute Modifier and Type Field Description private java.util.Map<java.lang.String,Attribute>
AbstractField. attributes
Methods in org.apache.xmpbox.type that return Attribute Modifier and Type Method Description Attribute
AbstractField. getAttribute(java.lang.String qualifiedName)
Get an attribute with its name in this entityMethods in org.apache.xmpbox.type that return types with arguments of type Attribute Modifier and Type Method Description java.util.List<Attribute>
AbstractField. getAllAttributes()
Get attributes list defined for this entityMethods in org.apache.xmpbox.type with parameters of type Attribute Modifier and Type Method Description void
AbstractField. setAttribute(Attribute value)
Set a new attribute for this entity -
Uses of Attribute in org.apache.xmpbox.xml
Methods in org.apache.xmpbox.xml that return types with arguments of type Attribute Modifier and Type Method Description private java.util.List<Attribute>
XmpSerializer. normalizeAttributes(AbstractComplexProperty property)
Normalize the list of attributes.
-