com.remedy.arsys.api
Class CharMenuDDFormInfo
java.lang.Object
|
+--com.remedy.arsys.api.CharMenuInfo
|
+--com.remedy.arsys.api.CharMenuDDInfo
|
+--com.remedy.arsys.api.CharMenuDDFormInfo
- 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.
|
Method Summary |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
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. |
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
CharMenuDDFormInfo
public CharMenuDDFormInfo()
CharMenuDDFormInfo
public CharMenuDDFormInfo(ServerNameID server,
int nameType,
int valueFormat,
int schemaType,
boolean includeHidden)
getSchemaType
public int getSchemaType()
- Returns type of schema. Use the following constants:
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