Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


oracle.wcps.property
Interface PropertyValue

All Known Implementing Classes:
BlobData, ClobData, DateTime

public interface PropertyValue

A wrapper for property values.


Method Summary
 java.io.Serializable getValue()
          Returns a raw property value.
 java.io.Serializable unwrap()
          Unwraps this into correct type value.
 java.io.Serializable unwrap(java.util.List<? extends PropertyValue> values, boolean isMultiValue)
          Unwraps this into correct type values.

 

Method Detail

unwrap

java.io.Serializable unwrap(java.util.List<? extends PropertyValue> values,
                            boolean isMultiValue)
Unwraps this into correct type values. If isMultiValue is true it will convert values into an array of values.
Parameters:
values - a list of property values.
isMultiValue - if this is an array or not.
Returns:
unwrapped values.

unwrap

java.io.Serializable unwrap()
Unwraps this into correct type value.
Returns:
a raw property value whose type is one of the Type enum values.

getValue

java.io.Serializable getValue()
Returns a raw property value.
Returns:
a property value.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.