public class InstanceExplorerEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
COLUMN_ADDED
The Constant COLUMN_ADDED.
|
static int |
COLUMN_DELETED
The Constant COLUMN_DELETED.
|
static int |
COMPANY_ADDED
The Constant COMPANY_ADDED.
|
static int |
COMPANY_DELETED
The Constant COMPANY_DELETED.
|
static int |
DIMENSION_ADDED
The Constant DIMENSION_ADDED.
|
static int |
DIMENSION_DELETED
The Constant DIMENSION_DELETED.
|
static int |
DIMENSIONS_FINISHED
The Constant DIMENSIONS_FINISHED.
|
static int |
END_ALLFACTS
The Constant END_ALLFACTS.
|
static int |
END_INSTANCE
The Constant END_INSTANCE.
|
static int |
END_UPDATE
Indicates the end of a set of events.
|
static int |
FACT_ADDED
The Constant FACT_ADDED.
|
static int |
FACT_CHANGED_CONTEXT
The Constant FACT_CHANGED_CONTEXT.
|
static int |
FACT_DELETED
The Constant FACT_DELETED.
|
static int |
MEMBER_ADDED
The Constant MEMBER_ADDED.
|
static int |
START_ALLFACTS
The Constant START_ALLFACTS.
|
static int |
START_INSTANCE
The Constant START_INSTANCE.
|
static int |
START_UPDATE
This event is used prior to produce a set of events
that might take long time to process.
|
Constructor and Description |
---|
InstanceExplorerEvent(InstanceExplorerInterface ie,
int event,
java.lang.Object obj1,
java.lang.Object obj2)
Instantiates a new instance explorer event.
|
InstanceExplorerEvent(InstanceExplorerInterface ie,
int event,
XBRLFact fact,
java.lang.Object oldValue,
java.lang.Object newValue)
Instantiates a new instance explorer event.
|
Modifier and Type | Method and Description |
---|---|
int |
getEvent()
Gets the event.
|
XBRLFact |
getFact()
Gets the fact.
|
InstanceExplorerInterface |
getInstanceExplorer()
Gets the instance explorer.
|
java.lang.Object |
getNewValue()
Gets the new value.
|
java.lang.Object |
getObject()
Gets the object.
|
java.lang.Object |
getObject2()
Gets the object2.
|
java.lang.Object |
getOldValue()
Gets the old value.
|
java.lang.String |
toString()
To string.
|
public static final int COLUMN_ADDED
public static final int COLUMN_DELETED
public static final int FACT_ADDED
public static final int FACT_DELETED
public static final int COMPANY_ADDED
public static final int COMPANY_DELETED
public static final int FACT_CHANGED_CONTEXT
public static final int START_INSTANCE
public static final int END_INSTANCE
public static final int START_ALLFACTS
public static final int END_ALLFACTS
public static final int START_UPDATE
public static final int END_UPDATE
public static final int DIMENSION_ADDED
public static final int DIMENSION_DELETED
public static final int DIMENSIONS_FINISHED
public static final int MEMBER_ADDED
public InstanceExplorerEvent(InstanceExplorerInterface ie, int event, java.lang.Object obj1, java.lang.Object obj2)
ie
- the ieevent
- the eventobj1
- the obj1obj2
- the obj2public InstanceExplorerEvent(InstanceExplorerInterface ie, int event, XBRLFact fact, java.lang.Object oldValue, java.lang.Object newValue)
ie
- the ieevent
- the eventfact
- the factoldValue
- the old valuenewValue
- the new valuepublic InstanceExplorerInterface getInstanceExplorer()
public int getEvent()
public java.lang.Object getObject()
public java.lang.Object getObject2()
public XBRLFact getFact()
public java.lang.Object getOldValue()
public java.lang.Object getNewValue()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa