com.remedy.arsys.api
Class CompoundSchemaInfo
java.lang.Object
|
+--com.remedy.arsys.api.CompoundSchemaInfo
- Direct Known Subclasses:
- JoinSchemaInfo, VendorSchemaInfo, ViewSchemaInfo
- public class CompoundSchemaInfo
- extends java.lang.Object
- implements java.lang.Cloneable
The CompoundSchemaInfo class
is the superclass that represents the information for all composite schemas.
A compound schema links an AR System schema with other information,
as in the following examples:
- Join schemas consists of two AR System "base" forms.
- View schemas consists of an external table mapped to a key Entry ID field.
- Vendor schemas consist of an external table and the name of the "table"
in the vendor's namespace.
|
Field Summary |
protected int |
m_type
|
|
Method Summary |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
int |
getType()
Returns type of schema, whether join, view, or vendor. |
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
m_type
protected int m_type
CompoundSchemaInfo
public CompoundSchemaInfo()
CompoundSchemaInfo
public CompoundSchemaInfo(int type)
getType
public int getType()
- Returns type of schema, whether join, view, or vendor.
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Clone implementation that returns an Object with data cloned from self.
- Overrides:
- clone in class java.lang.Object