| 
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bmc.arsys.api.ObjectBase
com.bmc.arsys.api.Menu
com.bmc.arsys.api.ServerInfoMenu
com.bmc.arsys.api.DataDictionaryMenu
public abstract class DataDictionaryMenu
The DataDictionaryMenu class returns information for a Data-Dictionary menu.
| Constructor Summary | |
|---|---|
DataDictionaryMenu()
 | 
|
DataDictionaryMenu(String server,
                   int nameType,
                   int valueFormat)
 | 
|
| Method Summary | |
|---|---|
 Object | 
clone()
Clone implementation that returns an Object with data cloned from self.  | 
 boolean | 
equals(Object obj)
Use this method for checking equality between the current object and the provided one.  | 
 int | 
getNameType()
Returns the type of name for Data-Dictionary menu.  | 
 int | 
getStructType()
return the DD menu type.  | 
 int | 
getValueFormat()
Returns format type.  | 
 int | 
hashCode()
Returns the hash code value for this instance of the current class.  | 
 void | 
setNameType(int type)
Sets the type of name for Data-Dictionary menu.  | 
 void | 
setServer(String server)
Sets the server where Data-Dictionary menu is located  | 
 void | 
setValueFormat(int format)
Sets format type.  | 
 String | 
toString()
Returns a string description of the object.  | 
| Methods inherited from class com.bmc.arsys.api.ServerInfoMenu | 
|---|
getServer | 
| Methods inherited from class com.bmc.arsys.api.Menu | 
|---|
getContent, getKey, getMenuType, getProperties, getRefreshCode, setContent, setKey, setProperties, setRefreshCode | 
| Methods inherited from class com.bmc.arsys.api.ObjectBase | 
|---|
appendDiaryText, clear, getChangeFlags, getDiary, getHelpText, getLastChangedBy, getLastUpdateTime, getName, getNewName, getOwner, getPermissions, setChangeFlags, setDiary, setDiary, setHelpText, setLastChangedBy, setName, setNewName, setOwner, setPermissions | 
| Methods inherited from class java.lang.Object | 
|---|
getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public DataDictionaryMenu()
public DataDictionaryMenu(String server,
                          int nameType,
                          int valueFormat)
| Method Detail | 
|---|
public void setServer(String server)
server - public int getNameType()
public void setNameType(int type)
public int getValueFormat()
Constants.AR_CHAR_MENU_DD_FORMAT_NONE
 Constants.AR_CHAR_MENU_DD_FORMAT_ID
 Constants.AR_CHAR_MENU_DD_FORMAT_NAME
 Constants.AR_CHAR_MENU_DD_FORMAT_QUOTES
 Constants.AR_CHAR_MENU_DD_FORMAT_DOLLARS
 Constants.AR_CHAR_MENU_DD_FORMAT_ID_NAME
 Constants.AR_CHAR_MENU_DD_FORMAT_NAMEL
 Constants.AR_CHAR_MENU_DD_FORMAT_QUOTESL
 Constants.AR_CHAR_MENU_DD_FORMAT_DOLLARSL
 Constants.AR_CHAR_MENU_DD_FORMAT_ID_L
 Constants.AR_CHAR_MENU_DD_FORMAT_NAME_L
 Constants.AR_CHAR_MENU_DD_FORMAT_L_NAME
 
public void setValueFormat(int format)
Constants.AR_CHAR_MENU_DD_FORMAT_NONE
 Constants.AR_CHAR_MENU_DD_FORMAT_ID
 Constants.AR_CHAR_MENU_DD_FORMAT_NAME
 Constants.AR_CHAR_MENU_DD_FORMAT_QUOTES
 Constants.AR_CHAR_MENU_DD_FORMAT_DOLLARS
 Constants.AR_CHAR_MENU_DD_FORMAT_ID_NAME
 Constants.AR_CHAR_MENU_DD_FORMAT_NAMEL
 Constants.AR_CHAR_MENU_DD_FORMAT_QUOTESL
 Constants.AR_CHAR_MENU_DD_FORMAT_DOLLARSL
 Constants.AR_CHAR_MENU_DD_FORMAT_ID_L
 Constants.AR_CHAR_MENU_DD_FORMAT_NAME_L
 Constants.AR_CHAR_MENU_DD_FORMAT_L_NAME
 
public int getStructType()
public Object clone()
             throws CloneNotSupportedException
clone in class ServerInfoMenuCloneNotSupportedExceptionpublic boolean equals(Object obj)
equals in class ServerInfoMenuobj - the object that we are comparing to
public int hashCode()
hashCode in class ServerInfoMenupublic String toString()
toString in class ServerInfoMenu
  | 
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||