org.identityconnectors.framework.common.objects
Class OperationOptionInfo

java.lang.Object
  extended by org.identityconnectors.framework.common.objects.OperationOptionInfo

public final class OperationOptionInfo
extends Object


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

Constructor Detail

OperationOptionInfo

public OperationOptionInfo(String name,
                           Class<?> type)
Method Detail

getName

public String getName()

getType

public Class<?> getType()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.