7.0 Action Request System Java API

com.remedy.arsys.api
Class CharMenuDDInfo

java.lang.Object
  extended bycom.remedy.arsys.api.CharMenuInfo
      extended bycom.remedy.arsys.api.CharMenuDDInfo
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
CharMenuDDFieldInfo, CharMenuDDFormInfo

public class CharMenuDDInfo
extends CharMenuInfo
implements java.lang.Cloneable

The CharMenuDDInfo class returns information for a Data-Dictionary menu.


Field Summary
protected  int m_structType
           
 
Fields inherited from class com.remedy.arsys.api.CharMenuInfo
DD, FILE, LIST, NONE, QUERY, SQL, SS
 
Constructor Summary
CharMenuDDInfo()
           
CharMenuDDInfo(ServerNameID server, int nameType, int valueFormat)
           
 
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 getNameType()
          Returns the type of name for Data-Dictionary menu.
 ServerNameID getServer()
          Returns server where Data-Dictionary menu is located.
 int getStructType()
          Returns struct type.
 int getValueFormat()
          Returns format type.
 int hashCode()
          Returns the hash code value for this instance of the current class.
 
Methods inherited from class com.remedy.arsys.api.CharMenuInfo
getMenuType
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_structType

protected int m_structType
Constructor Detail

CharMenuDDInfo

public CharMenuDDInfo()

CharMenuDDInfo

public CharMenuDDInfo(ServerNameID server,
                      int nameType,
                      int valueFormat)
Method Detail

getServer

public ServerNameID getServer()
Returns server where Data-Dictionary menu is located.


getNameType

public int getNameType()
Returns the type of name for Data-Dictionary menu. You can return the following constant values:


getValueFormat

public int getValueFormat()
Returns format type. You can return the following constant values:


getStructType

public int getStructType()
Returns struct type. Can be field struct or form struct.


clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clone implementation that returns an Object with data cloned from self.

Overrides:
clone in class CharMenuInfo
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 CharMenuInfo

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 CharMenuInfo

7.0 Action Request System Java API