7.0 Action Request System Java API

com.remedy.arsys.api
Class FieldMappingInfo

java.lang.Object
  extended bycom.remedy.arsys.api.FieldMappingInfo
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
JoinMappingInfo, VendorMappingInfo, ViewMappingInfo

public class FieldMappingInfo
extends java.lang.Object
implements java.lang.Cloneable

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

m_fieldType

protected int m_fieldType
Constructor Detail

FieldMappingInfo

public FieldMappingInfo()

FieldMappingInfo

public FieldMappingInfo(int type)
Field type in compound schema.

Method Detail

getFieldType

public int getFieldType()
Retrieve a list of data, trim, and control fields associated with the schema. An integer value indicates the type of field.


clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Makes a copy of the object.

Throws:
java.lang.CloneNotSupportedException

7.0 Action Request System Java API