7.0 Action Request System Java API

com.remedy.arsys.api
Class CharMenuDDFormInfo

java.lang.Object
  extended bycom.remedy.arsys.api.CharMenuInfo
      extended bycom.remedy.arsys.api.CharMenuDDInfo
          extended bycom.remedy.arsys.api.CharMenuDDFormInfo
All Implemented Interfaces:
java.lang.Cloneable

public class CharMenuDDFormInfo
extends CharMenuDDInfo
implements java.lang.Cloneable

The CharMenuDDFormInfo 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.


Field Summary
 
Fields inherited from class com.remedy.arsys.api.CharMenuDDInfo
m_structType
 
Fields inherited from class com.remedy.arsys.api.CharMenuInfo
DD, FILE, LIST, NONE, QUERY, SQL, SS
 
Constructor Summary
CharMenuDDFormInfo()
           
CharMenuDDFormInfo(ServerNameID server, int nameType, int valueFormat, int schemaType, boolean includeHidden)
           
 
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.
 boolean getIncludeHidden()
          Returns a boolean value that includes whether a schema is hidden or not: 0 = false, 1 = true.
 int getSchemaType()
          Returns type of schema.
 int hashCode()
          Returns the hash code value for this instance of the current class.
 
Methods inherited from class com.remedy.arsys.api.CharMenuDDInfo
getNameType, getServer, getStructType, getValueFormat
 
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
 

Constructor Detail

CharMenuDDFormInfo

public CharMenuDDFormInfo()

CharMenuDDFormInfo

public CharMenuDDFormInfo(ServerNameID server,
                          int nameType,
                          int valueFormat,
                          int schemaType,
                          boolean includeHidden)
Method Detail

getSchemaType

public int getSchemaType()
Returns type of schema. The following constants are returned:


getIncludeHidden

public boolean getIncludeHidden()
Returns a boolean value that includes whether a schema is hidden or not: 0 = false, 1 = true.


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 if and 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

7.0 Action Request System Java API