org.qi4j.api.structure
Interface Layer

All Superinterfaces:
Activation, ActivationEventListenerRegistration, MetaInfoHolder

public interface Layer
extends ActivationEventListenerRegistration, Activation, MetaInfoHolder

The Layer represents a single layer in a Qi4j application.


Method Summary
 java.lang.String name()
           
 
Methods inherited from interface org.qi4j.api.activation.ActivationEventListenerRegistration
deregisterActivationEventListener, registerActivationEventListener
 
Methods inherited from interface org.qi4j.api.activation.Activation
activate, passivate
 
Methods inherited from interface org.qi4j.api.structure.MetaInfoHolder
metaInfo
 

Method Detail

name

java.lang.String name()
Returns:
the Layer's name