jodd.madvoc.injector
Class ScopeData

java.lang.Object
  extended by jodd.madvoc.injector.ScopeData

public class ScopeData
extends java.lang.Object

Holds action data for a scope.


Nested Class Summary
static class ScopeData.In
           
static class ScopeData.Out
           
 
Field Summary
 ScopeData.In[] in
           
 ScopeData.Out[] out
           
 
Constructor Summary
ScopeData(ScopeType scope)
           
 
Method Summary
 ScopeType getScopeType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

in

public ScopeData.In[] in

out

public ScopeData.Out[] out
Constructor Detail

ScopeData

public ScopeData(ScopeType scope)
Method Detail

getScopeType

public ScopeType getScopeType()


Copyright ©2008 Jodd Team