org.jboss.aop.metadata
Class SimpleMetaData.MetaDataValue

java.lang.Object
  extended byorg.jboss.aop.metadata.SimpleMetaData.MetaDataValue
All Implemented Interfaces:
Serializable
Enclosing class:
SimpleMetaData

public class SimpleMetaData.MetaDataValue
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 PayloadKey type
           
 Object value
           
 
Constructor Summary
SimpleMetaData.MetaDataValue(PayloadKey type, Object value)
           
 
Method Summary
 Object get()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

public final PayloadKey type

value

public Object value
Constructor Detail

SimpleMetaData.MetaDataValue

public SimpleMetaData.MetaDataValue(PayloadKey type,
                                    Object value)
Method Detail

get

public Object get()
           throws IOException,
                  ClassNotFoundException
Throws:
IOException
ClassNotFoundException

toString

public String toString()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.