Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 2 (11.1.2.0.0)

E17480-01

oracle.adf.controller.metadata.model.beans
Interface CollectionEntry

All Superinterfaces:
AdfcNode, IdHolder, NodeHolder, NullValueHolder
All Known Subinterfaces:
ManagedProperty, MapEntry

public interface CollectionEntry
extends NullValueHolder

Represents an entry in a Collection.


Method Summary
 java.lang.String getValue()
          A String value that will be converted to a corresponding data type of a property, prior to setting it to this value.
 boolean setValue(java.lang.String value)
          If value is not null, and a collection entry has a null-value defined, the null value will be removed and value element will be added.
 
Methods inherited from interface oracle.adf.controller.metadata.model.NullValueHolder
isNullValue, setNullValue
 
Methods inherited from interface oracle.adf.controller.metadata.model.AdfcNode
getParsingContext, validate
 
Methods inherited from interface oracle.adf.controller.metadata.model.IdHolder
getIdAttribute, setIdAttribute
 
Methods inherited from interface oracle.adf.controller.metadata.model.NodeHolder
getNode
 

Method Detail

getValue

java.lang.String getValue()
A String value that will be converted to a corresponding data type of a property, prior to setting it to this value.

Returns:
a String representation of a property value

setValue

boolean setValue(java.lang.String value)
If value is not null, and a collection entry has a null-value defined, the null value will be removed and value element will be added. If value is null, this is a noop. Use NullValueHolder.setNullValue(boolean) instead.

Parameters:
value -
Returns:
true, if value was successfully added. False otherwise.

Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 2 (11.1.2.0.0)

E17480-01

Copyright © 1997, 2011, Oracle. All rights reserved.