|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.remedy.arsys.api.CharMenuInfo
The CharMenuInfo class returns the type of character menu.
| Field Summary | |
static int |
DD
Menu items based on Data-Dictionary defined in CharMenuDDInfo |
static int |
FILE
Menu items based on formatted flat file defined in CharMenuFileInfo |
static int |
LIST
Menu items based on definitions in CharMenuListInfo. |
static int |
NONE
No character menu. |
static int |
QUERY
Menu items based on schema query defined in CharMenuQueryInfo |
static int |
SQL
Menu items based on SQL query defined in CharMenuSQLInfo |
static int |
SS
Menu items based on Server-side defined in CharMenuSSInfo |
| Constructor Summary | |
CharMenuInfo()
|
|
| Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality. |
int |
getMenuType()
Returns type of menu: LIST
FILE
QUERY
SQL
SS
DD
NONE
|
int |
hashCode()
This method can be used to populate a hash table. |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int NONE
public static final int LIST
CharMenuListInfo.
Each menu consists of zero or more CharMenuItemInfo items.
Each CharMenuItemInfo represents an
individual menu item. In this context, a menu item can be a value (a leaf-level
item) or another menu (a top- or intermediate-level item). This CharMenuItemInfo class consists
of three menu type values:
Constants.AR_MENU_TYPE_NONE).
Constants.AR_MENU_TYPE_VALUE).
Constants.AR_MENU_TYPE_MENU).
public static final int QUERY
CharMenuQueryInfopublic static final int FILE
CharMenuFileInfopublic static final int SQL
CharMenuSQLInfopublic static final int SS
CharMenuSSInfopublic static final int DD
CharMenuDDInfo| Constructor Detail |
public CharMenuInfo()
| Method Detail |
public int getMenuType()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectpublic boolean equals(java.lang.Object anObject)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||