public abstract class WorkProperties extends CoreProperties
The group workProperties lists the properties that are characteristics of the FRBR Work level.
| Constructor and Description |
|---|
WorkProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AknVisitor visitor) |
void |
add(FRBRname name) |
void |
add(FRBRnumber number) |
FRBRauthoritative |
getAuthoritative() |
FRBRcountry |
getFRBRcountry() |
FRBRprescriptive |
getPrescriptive() |
FRBRsubtype |
getSubtype() |
void |
read(XmlReader reader)
The object implements the read method to restore its contents by calling the methods of Input.
|
void |
setAuthoritative(FRBRauthoritative authoritative) |
void |
setPrescriptive(FRBRprescriptive prescriptive) |
void |
setSubtype(FRBRsubtype subtype) |
void |
write(XmlWriter writer)
The object implements the write method to save its contents by calling the methods of Output.
|
add, addFRBRuri, getAuthors, getComponentInfo, getFRBRdate, getFRBRthis, getPreservation, setComponentInfo, setPreservationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitattributes, compare, name, nestedComparepublic final FRBRcountry getFRBRcountry()
public FRBRsubtype getSubtype()
public void setSubtype(FRBRsubtype subtype)
public FRBRprescriptive getPrescriptive()
public void setPrescriptive(FRBRprescriptive prescriptive)
public FRBRauthoritative getAuthoritative()
public void setAuthoritative(FRBRauthoritative authoritative)
public void add(FRBRnumber number)
public void add(FRBRname name)
public 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 CorePropertieswriter - 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 CorePropertiesreader - the stream to read data from in order to restore the objectpublic void accept(AknVisitor visitor)
accept in interface Visitableaccept in class CorePropertiesCopyright © 2017. All rights reserved.