Deprecated
no replacement
Operation
contains a description of a Java method.
Operation
objects were used in JDK1.1 version stubs and
skeletons. The Operation
class is not needed for 1.2 style
stubs; hence, this class is deprecated.
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public String | |
public String | toString()
Overrides java.
Deprecated
no replacement
Returns the string representation of the operation. |
operation | back to summary |
---|---|
private String operation |
Operation | back to summary |
---|---|
public Operation(String op)
Deprecated no replacement Creates a new Operation object.
|
getOperation | back to summary |
---|---|
public String getOperation()
Deprecated no replacement Returns the name of the method.
|
toString | back to summary |
---|---|
public String toString() Overrides java. Deprecated no replacement Returns the string representation of the operation.
|