public abstract class DataDictionaryMenu extends ServerInfoMenu implements Cloneable, Serializable
DataDictionaryMenu class returns information for a Data-Dictionary menu.| Constructor and Description |
|---|
DataDictionaryMenu() |
DataDictionaryMenu(String server,
int nameType,
int valueFormat) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getServergetContent, getKey, getMenuType, getProperties, getRefreshCode, setContent, setKey, setProperties, setRefreshCodeappendDiaryText, clear, getChangeFlags, getDiary, getHelpText, getLastChangedBy, getLastUpdateTime, getName, getNewName, getOwner, getPermissions, setChangeFlags, setDiary, setDiary, setHelpText, setLastChangedBy, setName, setNewName, setOwner, setPermissionspublic DataDictionaryMenu()
public DataDictionaryMenu(String server, int nameType, int valueFormat)
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 topublic int hashCode()
hashCode in class ServerInfoMenupublic String toString()
toString in class ServerInfoMenu? Copyright 2013 BMC Software, Inc.