|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.ObjectBase com.bmc.arsys.api.Menu com.bmc.arsys.api.ServerInfoMenu com.bmc.arsys.api.DataDictionaryMenu com.bmc.arsys.api.FormDataDictionaryMenu
public class FormDataDictionaryMenu
The 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 Summary | |
---|---|
FormDataDictionaryMenu()
|
|
FormDataDictionaryMenu(String server,
int nameType,
int valueFormat,
int formType,
boolean includeHidden)
|
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 |
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. |
Methods inherited from class com.bmc.arsys.api.DataDictionaryMenu |
---|
getNameType, getStructType, getValueFormat, setNameType, setServer, setValueFormat |
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 FormDataDictionaryMenu()
public FormDataDictionaryMenu(String server, int nameType, int valueFormat, int formType, boolean includeHidden)
Method Detail |
---|
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 DataDictionaryMenu
CloneNotSupportedException
public boolean equals(Object obj)
equals
in class DataDictionaryMenu
obj
- the object that we are comparing to
public int hashCode()
hashCode
in class DataDictionaryMenu
public String toString()
toString
in class DataDictionaryMenu
public void setFormType(int type)
Constants.AR_CHAR_MENU_DD_NONE
-- None.
Constants.AR_CHAR_MENU_DD_FORM
-- Form.
public void setIncludeHidden(boolean includeHidden)
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |