public class FieldDataDictionaryMenu extends DataDictionaryMenu implements Cloneable, Serializable
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 and Description |
|---|
FieldDataDictionaryMenu() |
FieldDataDictionaryMenu(String server,
int nameType,
int valueFormat,
int fieldType,
String form) |
| 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 |
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.
|
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 int getFieldType()
public String getForm()
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 setFieldType(int type)
public void setForm(String form)
? Copyright 2013 BMC Software, Inc.