com.remedy.arsys.api
Class CharMenuListInfo

java.lang.Object
  |
  +--com.remedy.arsys.api.CharMenuInfo
        |
        +--com.remedy.arsys.api.CharMenuListInfo
All Implemented Interfaces:
java.lang.Cloneable

public class CharMenuListInfo
extends CharMenuInfo
implements java.lang.Cloneable

The CharMenuListInfo class returns a list of items used in list menus. (List menus are labelled as "character menus" in AR System Adminstrator.)


Fields inherited from class com.remedy.arsys.api.CharMenuInfo
DD, FILE, LIST, NONE, QUERY, SQL, SS
 
Constructor Summary
CharMenuListInfo(CharMenuItemInfo[] menuItems)
           
 
Method Summary
 java.lang.Object clone()
          Clone implementation that returns an Object with data cloned from self.
 CharMenuItemInfo[] getItems()
          Returns list of items contained in list menu.
 
Methods inherited from class com.remedy.arsys.api.CharMenuInfo
equals, getMenuType, hashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharMenuListInfo

public CharMenuListInfo(CharMenuItemInfo[] menuItems)
Method Detail

getItems

public CharMenuItemInfo[] getItems()
Returns list of items contained in list menu.

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