public class Metadatum
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
authority
Authority control key.
|
int |
confidence
Authority control confidence.
|
java.lang.String |
element
The element name.
|
java.lang.String |
language
The language of the field, may be
null. |
java.lang.String |
qualifier
The name's qualifier, or
null if unqualified. |
java.lang.String |
schema
The schema name of the metadata element.
|
java.lang.String |
value
The value of the field.
|
| Constructor and Description |
|---|
Metadatum() |
public java.lang.String element
public java.lang.String qualifier
null if unqualified.public java.lang.String value
public java.lang.String language
null.public java.lang.String schema
public java.lang.String authority
public int confidence
public Metadatum copy()
public java.lang.String getField()
dc.date.issued.public boolean hasSameFieldAs(Metadatum dcValue)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2018 DuraSpace. All Rights Reserved.