Uses of Class
org.apache.xmpbox.type.Attribute
-
Packages that use Attribute Package Description org.apache.xmpbox.schema org.apache.xmpbox.type -
-
Uses of Attribute in org.apache.xmpbox.schema
Methods in org.apache.xmpbox.schema that return Attribute Modifier and Type Method Description AttributeXMPSchema. getAboutAttribute()Get the RDF about attributeMethods in org.apache.xmpbox.schema with parameters of type Attribute Modifier and Type Method Description voidXMPSchema. setAbout(Attribute about)Set the RDF 'about' attribute -
Uses of Attribute in org.apache.xmpbox.type
Methods in org.apache.xmpbox.type that return Attribute Modifier and Type Method Description AttributeAbstractField. 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 voidAbstractField. setAttribute(Attribute value)Set a new attribute for this entity
-