Action Request System Java API

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:


Field Summary
protected  int m_type
           
 
Constructor Summary
CompoundSchemaInfo()
           
CompoundSchemaInfo(int 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
 

Field Detail

m_type

protected int m_type
Constructor Detail

CompoundSchemaInfo

public CompoundSchemaInfo()

CompoundSchemaInfo

public CompoundSchemaInfo(int type)
Method Detail

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

Action Request System Java API