AR System Java API

com.bmc.arsys.api
Class FormType

java.lang.Object
  extended by com.bmc.arsys.api.FormType
All Implemented Interfaces:
Serializable

public final class FormType
extends Object
implements Serializable

The FormType class retrieves a list of forms on the specified server. You can retrieve all (accessible) forms or limit the list to forms of a particular type or forms modified after a specified time.

See Also:
Serialized Form

Field Summary
static FormType ALL
          Returns all form types.
static FormType ALL_WITH_DATA
          Returns all forms with data fields.
static FormType DIALOG
          Returns all display-only forms.
static FormType DOWNLINK
          Returns all base or join forms that the form specified by the name parameter depends on
static FormType JOIN
          Returns all join forms.
static FormType REGULAR
          Returns all base forms.
static FormType UPLINK
          Returns all join forms that depend on the form specified by the name parameter.
static FormType VENDOR
          Returns all vendor forms
static FormType VIEW
          Returns all view forms
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 void setHiddenIncrement()
          Sets form type Hidden Increment characteristic
 int toInt()
          Returns an integer value of the form type.
 String toString()
           
 void unSetHiddenIncrement()
          Un-Sets form type Hidden Increment characteristic
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ALL

public static final FormType ALL
Returns all form types.


REGULAR

public static final FormType REGULAR
Returns all base forms.


JOIN

public static final FormType JOIN
Returns all join forms.


VIEW

public static final FormType VIEW
Returns all view forms


UPLINK

public static final FormType UPLINK
Returns all join forms that depend on the form specified by the name parameter.


DOWNLINK

public static final FormType DOWNLINK
Returns all base or join forms that the form specified by the name parameter depends on


DIALOG

public static final FormType DIALOG
Returns all display-only forms.


ALL_WITH_DATA

public static final FormType ALL_WITH_DATA
Returns all forms with data fields.


VENDOR

public static final FormType VENDOR
Returns all vendor forms

Method Detail

toInt

public int toInt()
Returns an integer value of the form type.


setHiddenIncrement

public void setHiddenIncrement()
Sets form type Hidden Increment characteristic


unSetHiddenIncrement

public void unSetHiddenIncrement()
Un-Sets form type Hidden Increment characteristic


toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

AR System Java API

© Copyright 2006, 2007 BMC Software, Inc.