Skip navigation links

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

E17480-03


oracle.adf.controller.metadata.model
Interface IdHolder

All Superinterfaces:
NodeHolder
All Known Subinterfaces:
Activity, AdfcNode, Bookmark, CollectionEntry, ControlFlowCase, ControlFlowRule, Converter, ManagedBean, ManagedProperty, MapEntry, MetadataResource, MethodCall, NamedParameter, NullValueHolder, Outcome, PageFlow, PageParameter, Parameter, ParentAction, Router, RouterCase, SavePointRestore, TaskFlowCall, TaskFlowDefinition, TaskFlowInputParameter, TaskFlowReentry, TaskFlowReturn, TrainStop, UIInfo, UrlParameter, UrlView, ValueMapping, View

public interface IdHolder
extends NodeHolder

ADFc metadata elements can have an id attribute.


Method Summary
 java.lang.String getIdAttribute()
           
 boolean setIdAttribute(java.lang.String id)
          Sets the id attribute for this element.

 

Methods inherited from interface oracle.adf.controller.metadata.model.NodeHolder
getNode

 

Method Detail

getIdAttribute

java.lang.String getIdAttribute()
Returns:
the value of id attribute for this element

setIdAttribute

boolean setIdAttribute(java.lang.String id)
Sets the id attribute for this element.
Parameters:
id - the new value of the id attribute
Returns:
true, if set operation succeeded, false otherwise.

Skip navigation links

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

E17480-03


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