org.terracotta.management.call
Class Parameter
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Parameter
public Parameter(Object value)
Parameter
public Parameter(Object value,
String className)
getValue
public Object getValue()
getClassName
public String getClassName()
Copyright © 2016. All Rights Reserved.