AR System Java API

com.bmc.arsys.api
Class ReferenceType

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

public class ReferenceType
extends Object
implements Serializable

The ReferenceType class specifies the type of internal and external references

See Also:
Serialized Form

Field Summary
static ReferenceType ABOUT_BOX_FORM
          External reference to an About box form.
static ReferenceType ABOUT_BOX_IMAGE
          External reference to an About box image
static ReferenceType ACTIVELINK
          Internal reference to an active link
static ReferenceType ALL
          All reference types
static ReferenceType APPLICATION_ADD_FORMACTION_FIELDS
           
static ReferenceType APPLICATION_AUTOLAYOUT_SS
           
static ReferenceType APPLICATION_DISABLE_BEGIN_TASK
          External reference to a boolean value that specifies whether the Begin a Task menu item is disabled for this application.
static ReferenceType APPLICATION_FORM_VUI
          External reference to the ID of the form view to use with the previous form referenced in the list.
static ReferenceType APPLICATION_FORMACTION_ROW_ORDER_STR
           
static ReferenceType APPLICATION_FORMS
          External reference specifying that the next reference in the list is a form.
static ReferenceType APPLICATION_HAS_EXT_HELP
          External reference to whether application uses external help or not (boolean value)
static ReferenceType APPLICATION_HELP_EXT
          External reference to a string that specifies the help filename extension
static ReferenceType APPLICATION_HELP_EXT2
           
static ReferenceType APPLICATION_HELP_EXT3
           
static ReferenceType APPLICATION_HELP_EXT4
           
static ReferenceType APPLICATION_HELP_EXT5
           
static ReferenceType APPLICATION_HELP_FILE
          External reference to a bytelist that specifies the contents (not the name) of the help file to use with this application
static ReferenceType APPLICATION_HELP_FILE_NAME
          External reference to an application object help file's name, without the extension
static ReferenceType APPLICATION_HELP_FILE_NAME2
           
static ReferenceType APPLICATION_HELP_FILE_NAME3
           
static ReferenceType APPLICATION_HELP_FILE_NAME4
           
static ReferenceType APPLICATION_HELP_FILE_NAME5
           
static ReferenceType APPLICATION_HELP_FILE2
           
static ReferenceType APPLICATION_HELP_FILE3
           
static ReferenceType APPLICATION_HELP_FILE4
           
static ReferenceType APPLICATION_HELP_FILE5
           
static ReferenceType APPLICATION_HELP_INDEX_EXT
          External reference to an application object help file's index file extension
static ReferenceType APPLICATION_HELP_INDEX_EXT2
           
static ReferenceType APPLICATION_HELP_INDEX_EXT3
           
static ReferenceType APPLICATION_HELP_INDEX_EXT4
           
static ReferenceType APPLICATION_HELP_INDEX_EXT5
           
static ReferenceType APPLICATION_HELP_INDEX_FILE
          External reference to an application object help file's index file
static ReferenceType APPLICATION_HELP_INDEX_FILE2
           
static ReferenceType APPLICATION_HELP_INDEX_FILE3
           
static ReferenceType APPLICATION_HELP_INDEX_FILE4
           
static ReferenceType APPLICATION_HELP_INDEX_FILE5
           
static ReferenceType APPLICATION_HELP_LABEL
           
static ReferenceType APPLICATION_HELP_LABEL2
           
static ReferenceType APPLICATION_HELP_LABEL3
           
static ReferenceType APPLICATION_HELP_LABEL4
           
static ReferenceType APPLICATION_HELP_LABEL5
           
static ReferenceType APPLICATION_PAGE_PROPERTIES
           
static ReferenceType APPLICATION_PRIMARY_FORM
          External reference specifying that the next reference in the list is the primary form for this application.
static ReferenceType APPLICATION_SUPPORT_FILES
           
static ReferenceType APPLICATION_TABLE_FIXED_HEADER
           
static ReferenceType ARREF_APP_DATA_MERGE_IMP_OPTION
           
static ReferenceType ARREF_APP_DATA_MERGE_IMP_QUAL
           
static ReferenceType ARREF_APP_DEFAULT_OBJ_PERMS
           
static ReferenceType ARREF_APP_OBJECT_VERSION
           
static ReferenceType ARREF_APP_PACKING_LISTS
           
static ReferenceType ARREF_ENCAPSULATED_APP_DATA
           
static ReferenceType ARREF_ENTRYPOINT_ORDER
           
static ReferenceType ARREF_ENTRYPOINT_START_ACTLINK
           
static ReferenceType CHAR_MENU
          Internal reference to a character menu
static ReferenceType CONTAINER
          Internal reference to a container
static ReferenceType DISTMAPPING_DATA
          External reference to a packing list's reference to data in the Distributed Mapping form
static ReferenceType ESCALATION
          Internal reference to an escalation
static ReferenceType FILTER
          Internal reference to a filter
static ReferenceType FLASH_BOARD_DEF
           
static ReferenceType FLASH_DATA_SOURCE_DEF
           
static ReferenceType FLASH_VARIABLE_DEF
           
static ReferenceType GROUP_DATA
          External reference to a packing list's reference to data in the Group form
static ReferenceType ICON
          External reference to an icon
static ReferenceType IMAGE
          Internal reference to an image
static ReferenceType MAXIMIZE_FORMS
          External reference to a boolean value in container that specifies whether to maximize the forms of an application.
static ReferenceType NONE
          No references
static ReferenceType NULL_STRING
          External reference to a NULL string.
static ReferenceType PACKINGLIST_APP
          External reference to a packing list's reference to an application
static ReferenceType PACKINGLIST_DSOPOOL
           
static ReferenceType PACKINGLIST_FILTER_GUIDE
           
static ReferenceType PACKINGLIST_GUIDE
          External reference to a packing list's reference to a Guide
static ReferenceType PACKINGLIST_PACK
          External reference to a packing list's reference to a packing list
static ReferenceType PACKINGLIST_WEBSERVICE
           
static ReferenceType SCHEMA
          Internal reference to a form
static ReferenceType SMALL_ICON
          External reference to a small icon
static ReferenceType WS_ARXML_MAPPING
           
static ReferenceType WS_OPERATION
           
static ReferenceType WS_PROPERTIES
           
static ReferenceType WS_PUBLISHING_LOC
           
static ReferenceType WS_SEC_POLICY_ID
          The security Policy Id associated with web services.
static ReferenceType WS_WSDL
           
static ReferenceType WS_XML_SCHEMA_LOC
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 int toInt()
          Returns an integer value of the reference type.
static ReferenceType toReferenceType(int type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final ReferenceType NONE
No references


ALL

public static final ReferenceType ALL
All reference types


SCHEMA

public static final ReferenceType SCHEMA
Internal reference to a form


FILTER

public static final ReferenceType FILTER
Internal reference to a filter


ESCALATION

public static final ReferenceType ESCALATION
Internal reference to an escalation


ACTIVELINK

public static final ReferenceType ACTIVELINK
Internal reference to an active link


CONTAINER

public static final ReferenceType CONTAINER
Internal reference to a container


CHAR_MENU

public static final ReferenceType CHAR_MENU
Internal reference to a character menu


IMAGE

public static final ReferenceType IMAGE
Internal reference to an image


ICON

public static final ReferenceType ICON
External reference to an icon


SMALL_ICON

public static final ReferenceType SMALL_ICON
External reference to a small icon


MAXIMIZE_FORMS

public static final ReferenceType MAXIMIZE_FORMS
External reference to a boolean value in container that specifies whether to maximize the forms of an application.


APPLICATION_FORMS

public static final ReferenceType APPLICATION_FORMS
External reference specifying that the next reference in the list is a form. Use this reference in front of each form reference in your application except the primary form.


ABOUT_BOX_IMAGE

public static final ReferenceType ABOUT_BOX_IMAGE
External reference to an About box image


ABOUT_BOX_FORM

public static final ReferenceType ABOUT_BOX_FORM
External reference to an About box form.


NULL_STRING

public static final ReferenceType NULL_STRING
External reference to a NULL string.


APPLICATION_HELP_EXT

public static final ReferenceType APPLICATION_HELP_EXT
External reference to a string that specifies the help filename extension


APPLICATION_HELP_FILE

public static final ReferenceType APPLICATION_HELP_FILE
External reference to a bytelist that specifies the contents (not the name) of the help file to use with this application


APPLICATION_PRIMARY_FORM

public static final ReferenceType APPLICATION_PRIMARY_FORM
External reference specifying that the next reference in the list is the primary form for this application. Use this reference in front of only one form reference in your application.


APPLICATION_FORM_VUI

public static final ReferenceType APPLICATION_FORM_VUI
External reference to the ID of the form view to use with the previous form referenced in the list. Use this reference after each form reference in your application.


APPLICATION_DISABLE_BEGIN_TASK

public static final ReferenceType APPLICATION_DISABLE_BEGIN_TASK
External reference to a boolean value that specifies whether the Begin a Task menu item is disabled for this application. The default is false (not disabled).


APPLICATION_HELP_INDEX_EXT

public static final ReferenceType APPLICATION_HELP_INDEX_EXT
External reference to an application object help file's index file extension


APPLICATION_HELP_INDEX_FILE

public static final ReferenceType APPLICATION_HELP_INDEX_FILE
External reference to an application object help file's index file


APPLICATION_HELP_FILE_NAME

public static final ReferenceType APPLICATION_HELP_FILE_NAME
External reference to an application object help file's name, without the extension


PACKINGLIST_GUIDE

public static final ReferenceType PACKINGLIST_GUIDE
External reference to a packing list's reference to a Guide


PACKINGLIST_APP

public static final ReferenceType PACKINGLIST_APP
External reference to a packing list's reference to an application


PACKINGLIST_PACK

public static final ReferenceType PACKINGLIST_PACK
External reference to a packing list's reference to a packing list


GROUP_DATA

public static final ReferenceType GROUP_DATA
External reference to a packing list's reference to data in the Group form


DISTMAPPING_DATA

public static final ReferenceType DISTMAPPING_DATA
External reference to a packing list's reference to data in the Distributed Mapping form


APPLICATION_HAS_EXT_HELP

public static final ReferenceType APPLICATION_HAS_EXT_HELP
External reference to whether application uses external help or not (boolean value)


APPLICATION_SUPPORT_FILES

public static final ReferenceType APPLICATION_SUPPORT_FILES

PACKINGLIST_DSOPOOL

public static final ReferenceType PACKINGLIST_DSOPOOL

PACKINGLIST_FILTER_GUIDE

public static final ReferenceType PACKINGLIST_FILTER_GUIDE

FLASH_BOARD_DEF

public static final ReferenceType FLASH_BOARD_DEF

FLASH_DATA_SOURCE_DEF

public static final ReferenceType FLASH_DATA_SOURCE_DEF

FLASH_VARIABLE_DEF

public static final ReferenceType FLASH_VARIABLE_DEF

WS_PROPERTIES

public static final ReferenceType WS_PROPERTIES

WS_OPERATION

public static final ReferenceType WS_OPERATION

WS_ARXML_MAPPING

public static final ReferenceType WS_ARXML_MAPPING

WS_WSDL

public static final ReferenceType WS_WSDL

PACKINGLIST_WEBSERVICE

public static final ReferenceType PACKINGLIST_WEBSERVICE

WS_PUBLISHING_LOC

public static final ReferenceType WS_PUBLISHING_LOC

APPLICATION_HELP_FILE_NAME2

public static final ReferenceType APPLICATION_HELP_FILE_NAME2

APPLICATION_HELP_EXT2

public static final ReferenceType APPLICATION_HELP_EXT2

APPLICATION_HELP_FILE2

public static final ReferenceType APPLICATION_HELP_FILE2

APPLICATION_HELP_INDEX_EXT2

public static final ReferenceType APPLICATION_HELP_INDEX_EXT2

APPLICATION_HELP_INDEX_FILE2

public static final ReferenceType APPLICATION_HELP_INDEX_FILE2

APPLICATION_HELP_FILE_NAME3

public static final ReferenceType APPLICATION_HELP_FILE_NAME3

APPLICATION_HELP_EXT3

public static final ReferenceType APPLICATION_HELP_EXT3

APPLICATION_HELP_FILE3

public static final ReferenceType APPLICATION_HELP_FILE3

APPLICATION_HELP_INDEX_EXT3

public static final ReferenceType APPLICATION_HELP_INDEX_EXT3

APPLICATION_HELP_INDEX_FILE3

public static final ReferenceType APPLICATION_HELP_INDEX_FILE3

APPLICATION_HELP_FILE_NAME4

public static final ReferenceType APPLICATION_HELP_FILE_NAME4

APPLICATION_HELP_EXT4

public static final ReferenceType APPLICATION_HELP_EXT4

APPLICATION_HELP_FILE4

public static final ReferenceType APPLICATION_HELP_FILE4

APPLICATION_HELP_INDEX_EXT4

public static final ReferenceType APPLICATION_HELP_INDEX_EXT4

APPLICATION_HELP_INDEX_FILE4

public static final ReferenceType APPLICATION_HELP_INDEX_FILE4

APPLICATION_HELP_FILE_NAME5

public static final ReferenceType APPLICATION_HELP_FILE_NAME5

APPLICATION_HELP_EXT5

public static final ReferenceType APPLICATION_HELP_EXT5

APPLICATION_HELP_FILE5

public static final ReferenceType APPLICATION_HELP_FILE5

APPLICATION_HELP_INDEX_EXT5

public static final ReferenceType APPLICATION_HELP_INDEX_EXT5

APPLICATION_HELP_INDEX_FILE5

public static final ReferenceType APPLICATION_HELP_INDEX_FILE5

APPLICATION_HELP_LABEL

public static final ReferenceType APPLICATION_HELP_LABEL

APPLICATION_HELP_LABEL2

public static final ReferenceType APPLICATION_HELP_LABEL2

APPLICATION_HELP_LABEL3

public static final ReferenceType APPLICATION_HELP_LABEL3

APPLICATION_HELP_LABEL4

public static final ReferenceType APPLICATION_HELP_LABEL4

APPLICATION_HELP_LABEL5

public static final ReferenceType APPLICATION_HELP_LABEL5

WS_XML_SCHEMA_LOC

public static final ReferenceType WS_XML_SCHEMA_LOC

ARREF_ENTRYPOINT_ORDER

public static final ReferenceType ARREF_ENTRYPOINT_ORDER

ARREF_ENTRYPOINT_START_ACTLINK

public static final ReferenceType ARREF_ENTRYPOINT_START_ACTLINK

APPLICATION_AUTOLAYOUT_SS

public static final ReferenceType APPLICATION_AUTOLAYOUT_SS

APPLICATION_FORMACTION_ROW_ORDER_STR

public static final ReferenceType APPLICATION_FORMACTION_ROW_ORDER_STR

ARREF_ENCAPSULATED_APP_DATA

public static final ReferenceType ARREF_ENCAPSULATED_APP_DATA

ARREF_APP_DEFAULT_OBJ_PERMS

public static final ReferenceType ARREF_APP_DEFAULT_OBJ_PERMS

APPLICATION_ADD_FORMACTION_FIELDS

public static final ReferenceType APPLICATION_ADD_FORMACTION_FIELDS

APPLICATION_TABLE_FIXED_HEADER

public static final ReferenceType APPLICATION_TABLE_FIXED_HEADER

APPLICATION_PAGE_PROPERTIES

public static final ReferenceType APPLICATION_PAGE_PROPERTIES

ARREF_APP_OBJECT_VERSION

public static final ReferenceType ARREF_APP_OBJECT_VERSION

ARREF_APP_PACKING_LISTS

public static final ReferenceType ARREF_APP_PACKING_LISTS

ARREF_APP_DATA_MERGE_IMP_QUAL

public static final ReferenceType ARREF_APP_DATA_MERGE_IMP_QUAL

ARREF_APP_DATA_MERGE_IMP_OPTION

public static final ReferenceType ARREF_APP_DATA_MERGE_IMP_OPTION

WS_SEC_POLICY_ID

public static final ReferenceType WS_SEC_POLICY_ID
The security Policy Id associated with web services.

Method Detail

toInt

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


toReferenceType

public static ReferenceType toReferenceType(int type)

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.