JavaScript is disabled on your browser.
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 12c (12.2.1)  E52765-01
 
java.lang.Object 
java.util.AbstractMap<K,V> 
java.util.HashMap 
oracle.binding.meta.DefaultDefinitionContext 
 
 
 
 
 
 
 
All Implemented Interfaces: 
java.io.Serializable, java.lang.Cloneable, java.util.Map, Definition , DefinitionContext  
 
 
 
public class DefaultDefinitionContext 
extends java.util.HashMap
implements DefinitionContext  
The DefaultDefinitionContext class can be used for storing and lookup of
 control bindings and datacontrols metadata. It uses a HashMap for internal
 storage of the metadata.
See Also:  
Serialized Form  
 
 
 
 
 
Nested Class Summary 
 
Nested classes/interfaces inherited from class java.util.AbstractMap 
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> 
 
 
Nested classes/interfaces inherited from interface java.util.Map 
java.util.Map.Entry<K,V> 
 
 
 
 
Field Summary 
 
Fields inherited from interface oracle.binding.meta.Definition  
TYPE_ACCESSOR , TYPE_ATTRIBUTE , TYPE_CRITERIA , TYPE_CRITERIA_ITEM , TYPE_CRITERIA_OPERATOR , TYPE_CRITERIA_ROW , TYPE_DATACONTROL , TYPE_DEFINITION , TYPE_DEFINITIONCONTEXT , TYPE_NAMED , TYPE_OPERATION , TYPE_OPERATIONRETURN , TYPE_PARAMETER , TYPE_STRUCTURE , TYPE_VARIABLE  
 
 
 
 
Method Summary 
 
Methods inherited from class java.util.HashMap 
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values 
 
 
Methods inherited from class java.util.AbstractMap 
equals, hashCode, toString 
 
 
Methods inherited from class java.lang.Object 
finalize, getClass, notify, notifyAll, wait, wait, wait 
 
 
Methods inherited from interface java.util.Map 
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values 
 
 
 
 
 
 
 
Method Detail 
 
getDefinitionType 
public int getDefinitionType() 
Retrieves the type of this definition. It can be one of the TYPE_* 
 constants defined in this class. This is useful to find out the
 actual type of the Definition without doing an instanceof operations.
Specified by:  
getDefinitionType  in interface Definition  
Returns:  
The type of definition that this Definition implementation 
         class implements. 
 
 
 
 
 
 
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 12c (12.2.1)  E52765-01
 
Copyright © 1997, 2015, Oracle. All rights reserved.