public class ConstantRowKeyFieldMapping extends KeyFieldMapping
CHARSET, dataGraph, keyFieldCodec, sequenceNum, totalFields| Constructor and Description |
|---|
ConstantRowKeyFieldMapping(DataGraphMapping dataGraph,
ConstantField constantField,
int sequenceNum,
int totalFields) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.plasma.sdo.DataFlavor |
getDataFlavor() |
DataGraphMapping |
getDataGraph() |
org.plasma.sdo.DataType |
getDataType() |
Object |
getKey(commonj.sdo.DataGraph dataGraph)
Returns a key value as string from the given data graph
|
Object |
getKey(commonj.sdo.DataObject dataObject)
Returns a key value as string from the given data object
|
Object |
getKey(org.plasma.sdo.PlasmaType type)
Returns a key value as string from the given type
|
int |
getMaxLength()
Returns the maximum length allowed for this key field.
|
int |
getSequenceNum() |
String |
toString() |
getCodec, getCodecType, getSeqNum, getTotalFieldspublic ConstantRowKeyFieldMapping(DataGraphMapping dataGraph, ConstantField constantField, int sequenceNum, int totalFields)
public int getSequenceNum()
public DataGraphMapping getDataGraph()
public Object getKey(commonj.sdo.DataGraph dataGraph)
KeyFieldMappinggetKey in class KeyFieldMappingdataGraph - the data graphpublic Object getKey(commonj.sdo.DataObject dataObject)
KeyFieldMappinggetKey in class KeyFieldMappingdataObject - the root data objectpublic Object getKey(org.plasma.sdo.PlasmaType type)
KeyFieldMappinggetKey in class KeyFieldMappingtype - the typepublic org.plasma.sdo.DataType getDataType()
getDataType in class KeyFieldMappingpublic org.plasma.sdo.DataFlavor getDataFlavor()
getDataFlavor in class KeyFieldMappingpublic int getMaxLength()
KeyFieldMappinggetMaxLength in class KeyFieldMappingCopyright © 2024. All Rights Reserved.