|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.FieldMappingInfo
The FieldMappingInfo
class is used to map
join fields to compound schemas (CompoundSchemaInfo
).
The FieldMappingInfo
class is the superclass
that represents the information for all field mappings.
Because compound schemas are logical objects instead of actual data tables, you must
map each field in a compound schema to a field in an underlying AR System base schema or
some other external data source.
Field Summary | |
protected int |
m_fieldType
|
Constructor Summary | |
FieldMappingInfo()
|
|
FieldMappingInfo(int type)
Field type in compound schema. |
Method Summary | |
java.lang.Object |
clone()
Makes a copy of the object. |
int |
getFieldType()
Retrieve a list of data, trim, and control fields associated with the schema. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int m_fieldType
Constructor Detail |
public FieldMappingInfo()
public FieldMappingInfo(int type)
Method Detail |
public int getFieldType()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |