Class Operation

    • Method Detail

      • getOperation

        public com.opencloud.slee.resources.cgin.TcapOperation getOperation()
        Get the TCAP operation metadata that describes the operation.
        Returns:
        the TCAP operation metadata that describes the operation.
      • getInvokeID

        public int getInvokeID()
        Get the invoke ID for the operation.
        Returns:
        the invoke ID.
      • getType

        public abstract Operation.Type getType()
        Get the type of operation.
        Returns:
        the type of operation.
      • getName

        public abstract String getName()
        Get a descriptive name for this operation.
        Returns:
        a name.