|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Insert the type's description here. Creation date: (2/5/2003 11:51:02 AM)
Method Summary | |
void |
clearValue(Field field)
Clears the incrementors value. |
Object |
getNextValue(Field pField)
Gets the next value of a field for which the auto-increment value is true. |
void |
setLastValue(Field pField,
Object pLastValue)
Sets the last value of a field for which the auto-increment value is true. |
void |
setNextValue(Field pField,
Object pNextValue)
Sets the next value of a field for which the auto-increment value is true. |
Method Detail |
public Object getNextValue(Field pField) throws CMException
CMException
public void setLastValue(Field pField, Object pLastValue) throws CMException
CMException
public void setNextValue(Field pField, Object pNextValue) throws CMException
CMException
public void clearValue(Field field) throws CMException
CMException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |