org.terracotta.management.capabilities.descriptors
Class CallDescriptor.Parameter

java.lang.Object
  extended by org.terracotta.management.capabilities.descriptors.CallDescriptor.Parameter
Enclosing class:
CallDescriptor

public static class CallDescriptor.Parameter
extends Object


Constructor Summary
CallDescriptor.Parameter(String name, String type)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 String getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallDescriptor.Parameter

public CallDescriptor.Parameter(String name,
                                String type)
Method Detail

getName

public String getName()

getType

public String getType()

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.