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