com.remedy.arsys.api
Class CharMenuDDFieldInfo
java.lang.Object
com.remedy.arsys.api.CharMenuInfo
com.remedy.arsys.api.CharMenuDDInfo
com.remedy.arsys.api.CharMenuDDFieldInfo
- All Implemented Interfaces:
- java.lang.Cloneable
- public class CharMenuDDFieldInfo
- extends CharMenuDDInfo
- implements java.lang.Cloneable
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.
Method Summary |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality. |
int |
getFieldType()
Returns the field type. |
NameID |
getSchema()
Returns the schema name. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
CharMenuDDFieldInfo
public CharMenuDDFieldInfo()
CharMenuDDFieldInfo
public CharMenuDDFieldInfo(ServerNameID server,
int nameType,
int valueFormat,
int fieldType,
NameID schema)
getFieldType
public int getFieldType()
- Returns the field type.
getSchema
public NameID getSchema()
- Returns the schema name.
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Description copied from class:
CharMenuDDInfo
- Clone implementation that returns an Object with data cloned from self.
- Overrides:
clone
in class CharMenuDDInfo
- Throws:
java.lang.CloneNotSupportedException
equals
public boolean equals(java.lang.Object anObject)
- Use this method for checking equality. The result is true only
if the argument is not null, is of same type and represents the same
content.
- Overrides:
equals
in class CharMenuDDInfo
hashCode
public int hashCode()
- Returns the hash code value for this instance of the current class.
This method is supported as required by the general contract of
Object.hashCode, for the benefit of hash tables such as those provided
by java.util.Hashtable.
- Overrides:
hashCode
in class CharMenuDDInfo