Oracle® Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47891-01

ValueManipulator Class Reference

#include <coherence/util/ValueManipulator.hpp>

Inherits Object.

Inherited by PropertyManipulator [virtual].

List of all members.


Detailed Description

ValueManipulator represents a composition of ValueExtractor and ValueManipulator implementations.

Author:
tb 2008.05.06

Public Types

typedef spec::Handle Handle
 ValueManipulator Handle definition.
typedef spec::View View
 ValueManipulator View definition.
typedef spec::Holder Holder
 ValueManipulator Holder definition.

Public Member Functions

virtual
ValueExtractor::View 
getExtractor () const =0
 Retrieve the underlying ValueExtractor reference.
virtual
ValueUpdater::View 
getUpdater () const =0
 Retrieve the underlying ValueUpdater reference.

Member Function Documentation

virtual ValueExtractor::View getExtractor (  )  const [pure virtual]

Retrieve the underlying ValueExtractor reference.

Returns:
the ValueExtractor

Implemented in PropertyManipulator.

virtual ValueUpdater::View getUpdater (  )  const [pure virtual]

Retrieve the underlying ValueUpdater reference.

Returns:
the ValueUpdater

Implemented in PropertyManipulator.


The documentation for this class was generated from the following file:
Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.