public class FormDataDictionaryMenu extends DataDictionaryMenu implements Cloneable, Serializable
FormDataDictionaryMenu class
returns the Data-Dictionary menu form object type.
A data dictionary menu pulls values for form objects from the data
dictionary. For form objects, you specify the
server and the type of forms to use, such as regular forms or join forms, and
whether to include hidden forms.| Constructor and Description |
|---|
FormDataDictionaryMenu() |
FormDataDictionaryMenu(String server,
int nameType,
int valueFormat,
int formType,
boolean includeHidden) |
| 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 |
getFormType()
Returns type of form.
|
int |
hashCode()
Returns the hash code value for this instance of the current class.
|
boolean |
isIncludeHidden()
Returns a boolean value that includes whether a form is hidden or not.
|
void |
setFormType(int type)
Sets type of form.
|
void |
setIncludeHidden(boolean includeHidden)
Sets a boolean value that includes whether a form is hidden or not: 0 = false, 1 = true.
|
String |
toString()
Returns a string description of the object.
|
getNameType, getStructType, getValueFormat, setNameType, setServer, setValueFormatgetServergetContent, 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 FormDataDictionaryMenu()
public FormDataDictionaryMenu(String server, int nameType, int valueFormat, int formType, boolean includeHidden)
public int getFormType()
Constants.AR_CHAR_MENU_DD_NONE -- None.
Constants.AR_CHAR_MENU_DD_FORM -- Form.
public boolean isIncludeHidden()
public Object clone() throws CloneNotSupportedException
clone in class DataDictionaryMenuCloneNotSupportedExceptionpublic boolean equals(Object obj)
equals in class DataDictionaryMenuobj - the object that we are comparing topublic int hashCode()
hashCode in class DataDictionaryMenupublic String toString()
toString in class DataDictionaryMenupublic void setFormType(int type)
Constants.AR_CHAR_MENU_DD_NONE -- None.
Constants.AR_CHAR_MENU_DD_FORM -- Form.
public void setIncludeHidden(boolean includeHidden)
? Copyright 2013 BMC Software, Inc.