Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
12c Release (12.2.1.2.0)
E77617-01
- java.lang.Object
-
- oracle.webcenter.portal.api.PropertyBean.SimpleValueHolder<T>
-
- All Implemented Interfaces:
- ValueHolder<T>
- Enclosing class:
- PropertyBean
protected static class PropertyBean.SimpleValueHolder<T>
extends java.lang.Object
implements ValueHolder<T>
A simple implementation of ValueHolder that stores the value it represents
as a member variable.
- Since:
- 12.1.4
-
-
Constructor Summary
Constructors
Constructor and Description |
SimpleValueHolder(T value)
Constructor takes the value as an argument.
|
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
T |
getValue()
Get the underlying value that this holder represents.
|
java.lang.String |
getVersionId()
Return the version ID of the ManagedPortalObject that created this value
holder, if any.
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getVersionId
public java.lang.String getVersionId()
Return the version ID of the ManagedPortalObject that created this value
holder, if any.
- Specified by:
getVersionId
in interface ValueHolder<T>
- Returns:
- The version ID of the object, or null if this is a value
that did not come from a managed portal object.
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
12c Release (12.2.1.2.0)
E77617-01
Copyright © 2009, 2016, Oracle and/or its affiliates. All rights reserved.