Uses of Enum Class
org.soliscode.test.contract.object.ObjectMethods
Packages that use ObjectMethods
Package
Description
This package contains support for testing the implementation of the Object interface methods.
-
Uses of ObjectMethods in org.soliscode.test.contract.object
Subclasses with type arguments of type ObjectMethods in org.soliscode.test.contract.objectModifier and TypeClassDescriptionenum
Values used to identify object class methods for use with theSupportedMethods.supportsMethod(OptionalMethod)
method.Methods in org.soliscode.test.contract.object that return ObjectMethodsModifier and TypeMethodDescriptionstatic ObjectMethods
Returns the enum constant of this class with the specified name.static ObjectMethods[]
ObjectMethods.values()
Returns an array containing the constants of this enum class, in the order they are declared.