|
7.0 Action Request System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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()
Returns the hash code value for this instance of the current class. |
| 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
CharMenuQueryInfo
public static final int FILE
CharMenuFileInfo
public static final int SQL
CharMenuSQLInfo
public static final int SS
CharMenuSSInfo
public static final int DD
CharMenuDDInfo
| Constructor Detail |
public CharMenuInfo()
| Method Detail |
public int getMenuType()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedExceptionpublic boolean equals(java.lang.Object anObject)
public int hashCode()
|
7.0 Action Request System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||