接口 IPropSupport

所有已知实现类:
MapWithLockPropSupport

public interface IPropSupport
属性支持接口
作者:
tanyaowu 2017年8月18日 下午5:34:14
  • 方法详细资料

    • clearAttribute

      void clearAttribute()
      清除所有属性
    • getAttribute

      Object getAttribute(String key)
      获取属性
      参数:
      key -
      返回:
    • removeAttribute

      void removeAttribute(String key)
      删除属性
      参数:
      key -
    • setAttribute

      void setAttribute(String key, Object value)
      设置属性
      参数:
      key -
      value -