com.remedy.arsys.api
Class FieldMappingInfo
java.lang.Object
com.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.
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 |
m_fieldType
protected int m_fieldType
FieldMappingInfo
public FieldMappingInfo()
FieldMappingInfo
public FieldMappingInfo(int type)
- Field type in compound schema.
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.
- 1: Field in a base schema
- 2: Field in a join schema
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Makes a copy of the object.
- Throws:
java.lang.CloneNotSupportedException