public final class FRBRWork extends WorkProperties
The element FRBRWork is the metadata container of identifying properties related to the Work level according to the FRBR hierarchy.
| Constructor and Description |
|---|
FRBRWork() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AknVisitor visitor) |
String |
name()
Name of this object (the name of the xml element)
|
void |
read(XmlReader reader)
The object implements the read method to restore its contents by calling the methods of Input.
|
void |
write(XmlWriter writer)
The object implements the write method to save its contents by calling the methods of Output.
|
add, add, getAuthoritative, getFRBRcountry, getPrescriptive, getSubtype, setAuthoritative, setPrescriptive, setSubtypeadd, addFRBRuri, getAuthors, getComponentInfo, getFRBRdate, getFRBRthis, getPreservation, setComponentInfo, setPreservationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitattributes, compare, nestedComparepublic void write(XmlWriter writer) throws IOException
The object implements the write method to save its contents by calling the methods of Output.
write in interface Externalizablewrite in class WorkPropertieswriter - the stream to write the object toIOExceptionpublic void read(XmlReader reader)
The object implements the read method to restore its contents by calling the methods of Input.
read in interface Externalizableread in class WorkPropertiesreader - the stream to read data from in order to restore the objectpublic String name()
Name of this object (the name of the xml element)
public void accept(AknVisitor visitor)
accept in interface Visitableaccept in class WorkPropertiesCopyright © 2017. All rights reserved.