com.ibm.wsspi.sca.metadata
Interface OperationType
- public interface OperationType
Since:
7.5.1.0
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getOperationName()
Method returns the name of the specified operation.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getOperationName
- java.lang.String getOperationName( )
Method returns the name of the specified operation.
Returns:
String
Name of the specified operation; otherwise
null
.