Class VabOperationsProvider.Entry

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    VabOperationsProvider

    private static class VabOperationsProvider.Entry
    extends java.lang.Object
    implements java.io.Serializable
    An entry as last element of a potentially hierarchically nested access path. An entry can refer to an operation or to a property, each with unique names within their kind. As VabOperationsProvider.Entry belongs to VAB paths, VabOperationsProvider.Entry must be serializable and consist of serializable attributes.
    Author:
    Holger Eichelberger, SSE
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Entry​(VabOperationsProvider.Kind kind, java.lang.String uName)
      Creates an entry instance.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Entry

        private Entry​(VabOperationsProvider.Kind kind,
                      java.lang.String uName)
        Creates an entry instance.
        Parameters:
        kind - the entry kind
        uName - the unique name of the operation/property within kind