Class ClientView.ClientViewMapping

  • All Implemented Interfaces:
    IClientViewMapping, IMapEntry
    Enclosing class:
    ClientView

    public static class ClientView.ClientViewMapping
    extends MapEntry
    implements IClientViewMapping
    Simple extension of the basic MapEntry class to provide convenience methods based on "depot" and "client" rather than "left" and "right".
    • Constructor Detail

      • ClientViewMapping

        public ClientViewMapping()
        Default constructor. Sets all fields to null or false.
      • ClientViewMapping

        public ClientViewMapping​(int order,
                                 java.lang.String mappingString)
        Constructs a new view mapping by calling the superclass's corresponding constructor.
        Parameters:
        order - order
        mappingString - mappingString
      • ClientViewMapping

        public ClientViewMapping​(int order,
                                 java.lang.String depotSpec,
                                 java.lang.String client)
        Constructs a new view mapping by calling the superclass's corresponding constructor.
        Parameters:
        order - order
        depotSpec - depotSpec
        client - client
      • ClientViewMapping

        public ClientViewMapping​(int order,
                                 IMapEntry.EntryType type,
                                 java.lang.String depotSpec,
                                 java.lang.String clientSpec)
        Constructs a new view mapping by calling the superclass's corresponding constructor.
        Parameters:
        order - order
        type - type
        depotSpec - depotSpec
        clientSpec - clientSpec