to.etc.iocular.def
Interface ISelfDef

All Known Implementing Classes:
ComponentDef

public interface ISelfDef

INTERNAL INTERFACE

Author:
Frits Jalvingh Created on May 25, 2009

Method Summary
 java.lang.Class<?> getActualClass()
           
 java.lang.Class<?>[] getDefinedTypes()
           
 java.lang.String getDefinitionLocation()
           
 java.lang.String getIdent()
           
 java.lang.String[] getNames()
           
 BindingScope getScope()
           
 

Method Detail

getIdent

java.lang.String getIdent()

getScope

BindingScope getScope()

getDefinedTypes

java.lang.Class<?>[] getDefinedTypes()

getNames

java.lang.String[] getNames()

getDefinitionLocation

java.lang.String getDefinitionLocation()

getActualClass

java.lang.Class<?> getActualClass()