A C D F G H I L N R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
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.
- InitializationError - ag.smaser.trip.cfw.ConnectorReturnCode
-
Initialization has not yet taken place, or an error occurred during initialization.
- initializeConnector() - Method in class ag.smaser.trip.cfw.ImportConnector
-
Initializes the import connector.
- InvalidArgument - ag.smaser.trip.cfw.ConnectorReturnCode
-
A method was passed an invalid argument.
- 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.
All Classes All Packages