类 SetBase<T>

java.lang.Object
com.gdxsoft.easyweb.script.template.SetBase<T>
所有已实现的接口:
Serializable, Cloneable
直接已知子类:
Descriptions, EwaConfigFrames, EwaEvents, EwaInfos, EwaSettings, EwaValids, SkinFrames, UserXItem, UserXItems, UserXItemValue, UserXItemValues, XItemParameters, XItemParameterValues, XItems

public class SetBase<T> extends Object implements Cloneable, Serializable
作者:
Administrator
另请参阅:
  • 构造器详细资料

    • SetBase

      public SetBase()
  • 方法详细资料

    • getItem

      public T getItem(int index) throws Exception
      抛出:
      Exception
    • getItem

      public T getItem(String name) throws Exception
      抛出:
      Exception
    • checkItemExists

      public boolean checkItemExists(String name)
      检查名称对象是否存在
      参数:
      name - 名称,不区分大小写
      返回:
    • getIndex

      public int getIndex(String name)
      获取名称的索引,不区分大小写
      参数:
      name -
      返回:
    • getName

      public String getName(int index)
      获取索引对应的名字
      参数:
      index -
      返回:
    • testName

      public boolean testName(String name)
    • addObject

      public void addObject(T obj, String name)
    • count

      public int count()
    • clone

      public Object clone() throws CloneNotSupportedException
      覆盖:
      clone 在类中 Object
      抛出:
      CloneNotSupportedException
    • getXml

      public String getXml()
      返回:
      the _Xml
    • setXml

      public void setXml(String xml)
      参数:
      xml - the _Xml to set