Class ITypeRef

java.lang.Object
gw.lang.reflect.ITypeRef
All Implemented Interfaces:
IType, Serializable
Direct Known Subclasses:
AbstractTypeRef

public abstract class ITypeRef extends Object implements IType
See Also:
  • Constructor Details

    • ITypeRef

      public ITypeRef()
  • Method Details

    • isDeleted

      public abstract boolean isDeleted()
    • _shouldReload

      public abstract boolean _shouldReload()
    • _setStale

      public abstract void _setStale(RefreshKind refreshKind)
    • _getClassOfRef

      public abstract Class<? extends IType> _getClassOfRef()
    • setReloadable

      public abstract void setReloadable(boolean bReloadable)
    • isReloadable

      public abstract boolean isReloadable()
    • isTypeRefreshedOutsideOfLock

      public abstract boolean isTypeRefreshedOutsideOfLock(IType type)
    • getTypeLoaderDirectly

      public abstract ITypeLoader getTypeLoaderDirectly()