Package org.fcrepo.migration.foxml
Class FoxmlObjectProperties
- java.lang.Object
-
- org.fcrepo.migration.foxml.FoxmlObjectProperties
-
- All Implemented Interfaces:
ObjectProperties
public class FoxmlObjectProperties extends Object implements ObjectProperties
An ObjectProperties implementation that is annotated to allow JAXB unmarshalling from a FOXML XML file for stream.- Author:
- mdurbin
-
-
Constructor Summary
Constructors Constructor Description FoxmlObjectProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<? extends ObjectProperty>listProperties()
-
-
-
Constructor Detail
-
FoxmlObjectProperties
public FoxmlObjectProperties()
-
-
Method Detail
-
listProperties
public List<? extends ObjectProperty> listProperties()
- Specified by:
listPropertiesin interfaceObjectProperties- Returns:
- the properties for the object.
-
-