Uses of Class
ag.smaser.trip.cfw.ChangeType
-
-
Uses of ChangeType in ag.smaser.trip.cfw
Methods in ag.smaser.trip.cfw that return ChangeType Modifier and Type Method Description abstract ChangeType
ImportConnector. checkItem(java.lang.Object dsref, ImportItem item)
Check if an item is in need of update.ChangeType
ImportItem. getChangeType()
Get the type of change that has been detected for the item.static ChangeType
ChangeType. valueOf(java.lang.String name)
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 ChangeType Constructor Description ImportItem(java.lang.String id, ChangeType change, java.lang.String oldid)
Creates a new import item object.
-