com.highdeal.hci
Class HCIClientOperation

java.lang.Object
  extended by com.highdeal.hci.HCIClientOperation
All Implemented Interfaces:
IHCIOperation

public class HCIClientOperation
extends java.lang.Object
implements IHCIOperation

This Java class represents all the operations that you can implement in your client application that communicates via the HCI technical interface.


Nested Class Summary
static class HCIClientOperation.HCIOperation
          This enumeration lists all the HCI operations that are available; You can implement these service operations in your client application.
 
Constructor Summary
HCIClientOperation(HCIClientOperation.HCIOperation operation)
           
 
Method Summary
 java.lang.String getName()
          Gets the name of the HCI operation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HCIClientOperation

public HCIClientOperation(HCIClientOperation.HCIOperation operation)
Method Detail

getName

public java.lang.String getName()
Description copied from interface: IHCIOperation
Gets the name of the HCI operation.

Specified by:
getName in interface IHCIOperation

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)