com.remedy.arsys.api
Class CharMenuDDInfo
java.lang.Object
|
+--com.remedy.arsys.api.CharMenuInfo
|
+--com.remedy.arsys.api.CharMenuDDInfo
- Direct Known Subclasses:
- CharMenuDDFieldInfo, CharMenuDDFormInfo
- public class CharMenuDDInfo
- extends CharMenuInfo
- implements java.lang.Cloneable
The CharMenuDDInfo class
returns information for a Data-Dictionary menu.
|
Method Summary |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
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. |
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
m_structType
protected int m_structType
CharMenuDDInfo
public CharMenuDDInfo()
CharMenuDDInfo
public CharMenuDDInfo(ServerNameID server,
int nameType,
int valueFormat)
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