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
 boolean equals(Object o)
           
 String getClassName()
           
 Object getValue()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, 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()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2016. All Rights Reserved.