Package org.fcrepo.migration.foxml
Class FoxmlObjectProperty
- java.lang.Object
-
- org.fcrepo.migration.foxml.FoxmlObjectProperty
-
- All Implemented Interfaces:
ObjectProperty
public class FoxmlObjectProperty extends Object implements ObjectProperty
An ObjectProperty implementation that is annotated to allow JAXB unmarshalling from a FOXML XML file or stream.- Author:
- mdurbin
-
-
Constructor Summary
Constructors Constructor Description FoxmlObjectProperty()
-
-
-
Constructor Detail
-
FoxmlObjectProperty
public FoxmlObjectProperty()
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceObjectProperty- Returns:
- the property name.
-
getValue
public String getValue()
- Specified by:
getValuein interfaceObjectProperty- Returns:
- the property value.
-
-