Interface IAttributeSource

All Superinterfaces:
ITypeLoaderListener

public interface IAttributeSource extends ITypeLoaderListener
  • Method Details

    • hasAttribute

      boolean hasAttribute(String strAttr)
    • getAttribute

      Object getAttribute(String strAttr)
    • setAttribute

      void setAttribute(String strAttr, Object value)