Package com.ebasetech.ufs.mapping
Class TableRowChangeStatus
java.lang.Object
com.ebasetech.ufs.mapping.TableRowChangeStatus
public class TableRowChangeStatus
extends java.lang.Object
Enumeration of table row change status values.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TableRowChangeStatus()
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
UNCHANGED
public static final int UNCHANGEDThe row is unchanged- See Also:
- Constant Field Values
-
UPDATED
public static final int UPDATEDThe one or more cells in this row have changed value- See Also:
- Constant Field Values
-
DELETED
public static final int DELETEDThe row has been deleted- See Also:
- Constant Field Values
-
INSERTED
public static final int INSERTEDThe row is new- See Also:
- Constant Field Values
-
-
Constructor Details
-
TableRowChangeStatus
public TableRowChangeStatus()
-