Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 8 (11.1.8)

E22562-08

oracle.apps.fnd.applcore.flex.runtime.util
Interface OpenlyIdentifiable

All Known Subinterfaces:
ContextValueDef, SegmentDef
All Known Implementing Classes:
CategoryContextDef, CategoryDef, SegmentDefImpl, StructureInstanceDef

public interface OpenlyIdentifiable

An indication that an object is openly identifiable. An openly identifiable object must provide a name that facilitates syntactic interoperability among containers that use it. For example, if the identifier is to be used as a filename, then it must be compatible with commonly used file systems.


Method Summary
 java.lang.String getOpenIdentifier()
          Returns a name that can be used to identify this object.
 

Method Detail

getOpenIdentifier

java.lang.String getOpenIdentifier()
Returns a name that can be used to identify this object.

Returns:
a name to identfiy this object; null if not available

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 8 (11.1.8)

E22562-08

Copyright © 2013 Oracle. All Rights Reserved.