net.sf.ofx4j.io
Class OFXParseEvent

java.lang.Object
  extended by net.sf.ofx4j.io.OFXParseEvent

public class OFXParseEvent
extends java.lang.Object

An event during OFX parsing.

Author:
Ryan Heaton

Nested Class Summary
static class OFXParseEvent.Type
           
 
Constructor Summary
OFXParseEvent(OFXParseEvent.Type eventType, java.lang.String eventValue)
           
 
Method Summary
 OFXParseEvent.Type getEventType()
           
 java.lang.String getEventValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OFXParseEvent

public OFXParseEvent(OFXParseEvent.Type eventType,
                     java.lang.String eventValue)
Method Detail

getEventType

public OFXParseEvent.Type getEventType()

getEventValue

public java.lang.String getEventValue()


Copyright © 2008. All Rights Reserved.