Skip navigation links
A C D F G H I L N S T U V 

I

ImportConnector - Class in ag.smaser.trip.cfw
Base class for Java based import connectors.
ImportConnector() - Constructor for class ag.smaser.trip.cfw.ImportConnector
ImportConnector constructor.
ImportItem - Class in ag.smaser.trip.cfw
Represents a value imported by an import connector.
ImportItem(String) - Constructor for class ag.smaser.trip.cfw.ImportItem
Creates a new import item object as new or updated.
ImportItem(String, ChangeType, String) - Constructor for class ag.smaser.trip.cfw.ImportItem
Creates a new import item object.
ImportValue - Class in ag.smaser.trip.cfw
Represents a value imported by an import connector.
ImportValue(String) - Constructor for class ag.smaser.trip.cfw.ImportValue
Creates a new value object for an import item.
initializeConnector() - Method in class ag.smaser.trip.cfw.ImportConnector
Initializes the import connector.
isBinary() - Method in class ag.smaser.trip.cfw.ImportValue
Returns true if the data of this item is a byte array (byte[]).
isDate() - Method in class ag.smaser.trip.cfw.ImportValue
Returns true if the data of this item is a Date object
isDouble() - Method in class ag.smaser.trip.cfw.ImportValue
Returns true if the data of this item is fouble floating point value (double)
isIgnored() - Method in class ag.smaser.trip.cfw.ItemLink
Get the state of the link.
isInteger() - Method in class ag.smaser.trip.cfw.ImportValue
Returns true if the data of this item is an integer (int)
isNull() - Method in class ag.smaser.trip.cfw.ImportValue
Returns true if this item has no data.
isString() - Method in class ag.smaser.trip.cfw.ImportValue
Returns true if the data of this item is a String object
ItemLink - Class in ag.smaser.trip.cfw
Represents a link from one ImportItem to another.
ItemLink(String) - Constructor for class ag.smaser.trip.cfw.ItemLink
Constructor for a new itenm link.
ItemLink(String, boolean) - Constructor for class ag.smaser.trip.cfw.ItemLink
Constructor for a new item link.
A C D F G H I L N S T U V 
Skip navigation links