Uses of Enum
ag.smaser.trip.cfw.ChangeType
-
Uses of ChangeType in ag.smaser.trip.cfw
Methods in ag.smaser.trip.cfw that return ChangeTypeModifier and TypeMethodDescriptionabstract ChangeType
ImportConnector.checkItem
(Object dsref, ImportItem item) Check if an item is in need of update.ImportItem.getChangeType()
Get the type of change that has been detected for the item.static ChangeType
Returns the enum constant of this type with the specified name.static ChangeType[]
ChangeType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in ag.smaser.trip.cfw with parameters of type ChangeTypeModifierConstructorDescriptionImportItem
(String id, ChangeType change, String oldid) Creates a new import item object.