org.archiviststoolkit.importer.MARCXML
Class Handle210Action

java.lang.Object
  extended by org.archiviststoolkit.importer.MARCXML.Handle210Action
All Implemented Interfaces:
MARCXMLAction

public class Handle210Action
extends java.lang.Object
implements MARCXMLAction


Field Summary
static int titlePrecedence
           
 
Constructor Summary
Handle210Action()
           
 
Method Summary
 java.util.List getChildren(java.lang.Object element)
           
 void processElement(Resources resource, java.lang.Object o, InfiniteProgressPanel progressPanel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

titlePrecedence

public static int titlePrecedence
Constructor Detail

Handle210Action

public Handle210Action()
Method Detail

processElement

public void processElement(Resources resource,
                           java.lang.Object o,
                           InfiniteProgressPanel progressPanel)
                    throws UnsupportedRepeatingDataTypeException
Specified by:
processElement in interface MARCXMLAction
Throws:
UnsupportedRepeatingDataTypeException

getChildren

public java.util.List getChildren(java.lang.Object element)
Specified by:
getChildren in interface MARCXMLAction