org.jboss.weld.metadata
Class MetadataImpl<T>

java.lang.Object
  extended by org.jboss.weld.metadata.MetadataImpl<T>
All Implemented Interfaces:
org.jboss.weld.bootstrap.spi.Metadata<T>

public class MetadataImpl<T>
extends Object
implements org.jboss.weld.bootstrap.spi.Metadata<T>


Constructor Summary
MetadataImpl(T value, String location)
           
 
Method Summary
 String getLocation()
           
 T getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MetadataImpl

public MetadataImpl(T value,
                    String location)
Method Detail

getLocation

public String getLocation()
Specified by:
getLocation in interface org.jboss.weld.bootstrap.spi.Metadata<T>

getValue

public T getValue()
Specified by:
getValue in interface org.jboss.weld.bootstrap.spi.Metadata<T>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Seam Framework. All Rights Reserved.