|
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.FieldDataDictionaryMenu
public class FieldDataDictionaryMenu
The CharMenuDDFieldInfo
class returns the Data-Dictionary menu field object type. A data dictionary
menu pulls values for field objects from the data dictionary. For field objects, you specify the server and form, and
the type of fields to use, such as data fields or control fields.
Constructor Summary | |
---|---|
FieldDataDictionaryMenu()
|
|
FieldDataDictionaryMenu(String server,
int nameType,
int valueFormat,
int fieldType,
String form)
|
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 |
getFieldType()
Returns the field type. |
String |
getForm()
Returns the form name. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setFieldType(int type)
Sets the field type. |
void |
setForm(String form)
Sets the form name. |
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 FieldDataDictionaryMenu()
public FieldDataDictionaryMenu(String server, int nameType, int valueFormat, int fieldType, String form)
Method Detail |
---|
public int getFieldType()
public String getForm()
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 setFieldType(int type)
public void setForm(String form)
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |