Package org.fcrepo.migration.foxml
Class DC
- java.lang.Object
-
- org.fcrepo.migration.foxml.DC
-
-
Field Summary
Fields Modifier and Type Field Description String[]contributorString[]coverageString[]creatorString[]datestatic StringDC_NSString[]descriptionString[]formatString[]identifierString[]languageString[]publisherString[]relationString[]rightsString[]sourceString[]subjectString[]titleString[]type
-
Constructor Summary
Constructors Constructor Description DC()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getRepresentedElementURIs()get represented element urisList<String>getValuesForURI(String uri)get values for uristatic DCparseDC(InputStream is)parse DC
-
-
-
Field Detail
-
DC_NS
public static final String DC_NS
- See Also:
- Constant Field Values
-
contributor
public String[] contributor
-
description
public String[] description
-
identifier
public String[] identifier
-
-
Constructor Detail
-
DC
public DC()
-
-
Method Detail
-
getRepresentedElementURIs
public List<String> getRepresentedElementURIs()
get represented element uris- Returns:
- the list
-
getValuesForURI
public List<String> getValuesForURI(String uri)
get values for uri- Parameters:
uri- the uri- Returns:
- the value list
-
parseDC
public static DC parseDC(InputStream is) throws javax.xml.bind.JAXBException
parse DC- Parameters:
is- the input stream- Returns:
- the DC
- Throws:
javax.xml.bind.JAXBException- JAXB exception
-
-