Uses of Class
com.didana.codecontract.core.ObjectHandler.MethodType

Packages that use ObjectHandler.MethodType
com.didana.codecontract.core   
 

Uses of ObjectHandler.MethodType in com.didana.codecontract.core
 

Methods in com.didana.codecontract.core that return ObjectHandler.MethodType
static ObjectHandler.MethodType ObjectHandler.MethodType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ObjectHandler.MethodType[] ObjectHandler.MethodType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.didana.codecontract.core with parameters of type ObjectHandler.MethodType
 void ObjectHandler.initializeContracts(ObjectHandler.MethodType methodType)
          Initializes the contracts that are currently active.