Uses of Class
org.eclipse.wst.ws.service.policy.ui.IPolicyOperation.OperationKind

Packages that use IPolicyOperation.OperationKind
org.eclipse.wst.ws.service.policy.ui   
 

Uses of IPolicyOperation.OperationKind in org.eclipse.wst.ws.service.policy.ui
 

Methods in org.eclipse.wst.ws.service.policy.ui that return IPolicyOperation.OperationKind
 IPolicyOperation.OperationKind IPolicyOperation.getOperationKind()
          Returns the kind of service policy operation.
static IPolicyOperation.OperationKind IPolicyOperation.OperationKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IPolicyOperation.OperationKind[] IPolicyOperation.OperationKind.values()
          Returns an array containing the constants of this enum type, in the order they're declared.