org.lee.mugen.parser.air
Class Wrapper<T>

java.lang.Object
  extended by org.lee.mugen.parser.air.Wrapper<T>
All Implemented Interfaces:
Wrap<T>

public class Wrapper<T>
extends java.lang.Object
implements Wrap<T>


Constructor Summary
Wrapper()
           
 
Method Summary
 T getValue()
           
 void setValue(T o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wrapper

public Wrapper()
Method Detail

setValue

public void setValue(T o)
Specified by:
setValue in interface Wrap<T>

getValue

public T getValue()
Specified by:
getValue in interface Wrap<T>