Class ConsumerOperationDescriptor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDisplayName()
      Returns a human consumable display name for the operation.
      java.lang.String getName()
      Returns the name of the operation.
      OperationDescriptor getParent()
      Returns the parent operation, if any.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ConsumerOperationDescriptor

        public ConsumerOperationDescriptor​(java.lang.String displayName)
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: OperationDescriptor
        Returns the name of the operation. This name does not necessarily uniquely identify the operation. However, the name can be used by a human to disambiguate between the children of a given operation.
        Specified by:
        getName in interface OperationDescriptor
        Returns:
        The name of the operation.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getDisplayName

        public java.lang.String getDisplayName()
        Description copied from interface: OperationDescriptor
        Returns a human consumable display name for the operation. This display name provides enough context for a human to uniquely identify the operation.
        Specified by:
        getDisplayName in interface OperationDescriptor
        Returns:
        The display name of the operation.