org.terracotta.management.call
Class Parameter

java.lang.Object
  extended by org.terracotta.management.call.Parameter
All Implemented Interfaces:
Serializable

public final class Parameter
extends Object
implements Serializable

Represents a method parameter

Author:
Mathieu Carbou
See Also:
Serialized Form

Constructor Summary
Parameter(Object value)
           
Parameter(Object value, String className)
           
 
Method Summary
 String getClassName()
           
 Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parameter

public Parameter(Object value)

Parameter

public Parameter(Object value,
                 String className)
Method Detail

getValue

public Object getValue()

getClassName

public String getClassName()


Copyright © 2016. All Rights Reserved.