Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.javatools.parser.java.v2.common
Class AnnotationComponents

java.lang.Object
  extended by java.util.AbstractMap
      extended by oracle.javatools.parser.java.v2.common.AnnotationComponents
All Implemented Interfaces:
java.util.Map

public class AnnotationComponents
extends java.util.AbstractMap

Maps component names with their values.


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>
 
Method Summary
 void assignValue(java.lang.String key, java.lang.Object value)
          Don't override put(OO) because that would make this Map mutable.
 void assignValue(java.lang.String key, java.lang.Object value, java.lang.Object unresolvedValue)
          Don't override put(OO) because that would make this Map mutable.
static AnnotationComponents createInstance(JavaType annotationType)
           
 java.util.Set entrySet()
           
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

createInstance

public static AnnotationComponents createInstance(JavaType annotationType)

entrySet

public java.util.Set entrySet()
Specified by:
entrySet in interface java.util.Map
Specified by:
entrySet in class java.util.AbstractMap

assignValue

public void assignValue(java.lang.String key,
                        java.lang.Object value)
Don't override put(OO) because that would make this Map mutable.


assignValue

public void assignValue(java.lang.String key,
                        java.lang.Object value,
                        java.lang.Object unresolvedValue)
Don't override put(OO) because that would make this Map mutable.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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