Inherited by com.wombat.mama.MamaFieldCacheField
Name | |
---|---|
MamaFieldCacheField | copy() |
String | getAsString() |
MamaFieldDescriptor | getDescriptor() |
short | getType() |
boolean | getTrackModState() |
short | getModState() |
boolean | isUnmodified() |
boolean | isModified() |
boolean | isTouched() |
MamaFieldCacheField copy()
Return: the copy
Reimplemented by: com::wombat::mama::MamaFieldCacheBool::copy, com::wombat::mama::MamaFieldCacheChar::copy, com::wombat::mama::MamaFieldCacheDateTime::copy, com::wombat::mama::MamaFieldCacheEnum::copy, com::wombat::mama::MamaFieldCacheField::copy, com::wombat::mama::MamaFieldCacheFloat32::copy, com::wombat::mama::MamaFieldCacheFloat64::copy, com::wombat::mama::MamaFieldCacheInt16::copy, com::wombat::mama::MamaFieldCacheInt32::copy, com::wombat::mama::MamaFieldCacheInt64::copy, com::wombat::mama::MamaFieldCacheInt8::copy, com::wombat::mama::MamaFieldCachePrice::copy, com::wombat::mama::MamaFieldCacheString::copy, com::wombat::mama::MamaFieldCacheUint16::copy, com::wombat::mama::MamaFieldCacheUint32::copy, com::wombat::mama::MamaFieldCacheUint64::copy, com::wombat::mama::MamaFieldCacheUint8::copy
Make a copy of this field.
String getAsString()
Reimplemented by: com::wombat::mama::MamaFieldCacheBool::getAsString, com::wombat::mama::MamaFieldCacheChar::getAsString, com::wombat::mama::MamaFieldCacheDateTime::getAsString, com::wombat::mama::MamaFieldCacheEnum::getAsString, com::wombat::mama::MamaFieldCacheField::getAsString, com::wombat::mama::MamaFieldCacheFloat32::getAsString, com::wombat::mama::MamaFieldCacheFloat64::getAsString, com::wombat::mama::MamaFieldCacheInt16::getAsString, com::wombat::mama::MamaFieldCacheInt32::getAsString, com::wombat::mama::MamaFieldCacheInt64::getAsString, com::wombat::mama::MamaFieldCacheInt8::getAsString, com::wombat::mama::MamaFieldCachePrice::getAsString, com::wombat::mama::MamaFieldCacheString::getAsString, com::wombat::mama::MamaFieldCacheUint16::getAsString, com::wombat::mama::MamaFieldCacheUint32::getAsString, com::wombat::mama::MamaFieldCacheUint64::getAsString, com::wombat::mama::MamaFieldCacheUint8::getAsString
Create a string value of the field in the buffer provided.
MamaFieldDescriptor getDescriptor()
Reimplemented by: com::wombat::mama::MamaFieldCacheField::getDescriptor
Return the MamaFieldDescriptor for this field (or NULL).
short getType()
Reimplemented by: com::wombat::mama::MamaFieldCacheField::getType
Return the actual field type for this field. It is possible to create fields that actually differ from the type specified in the dictionary field descriptor.
boolean getTrackModState()
Reimplemented by: com::wombat::mama::MamaFieldCacheField::getTrackModState
Get the track modification state for the field
short getModState()
Reimplemented by: com::wombat::mama::MamaFieldCacheField::getModState
Get the modification state for the field.
boolean isUnmodified()
Reimplemented by: com::wombat::mama::MamaFieldCacheField::isUnmodified
Return whether the field is unmodified.
boolean isModified()
Reimplemented by: com::wombat::mama::MamaFieldCacheField::isModified
Return whether the field is modified.
boolean isTouched()
Reimplemented by: com::wombat::mama::MamaFieldCacheField::isTouched
Return whether the field is modified.
Updated on 2023-03-31 at 15:29:42 +0100