Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Interface
com.bea.util.jam.JAnnotationValue

Packages that use JAnnotationValue
com.bea.util.jam Provides interfaces for com.bea.util.jam
weblogic.descriptor.annotation Defines javadoc annotations that may be used in a DescriptorBean interface. 
weblogic.descriptor.beangen Defines a Descriptor Bean implementation generator 

 

Uses of JAnnotationValue in com.bea.util.jam

 

Methods in com.bea.util.jam that return JAnnotationValue
abstract  JAnnotationValue JAnnotatedElement.getAnnotationValue(String valueId)
          Shortcut method which returns a given annotation value.
abstract  JAnnotationValue JAnnotation.getValue(String named)
          Returns a structure which provides untyped, "by-name" access to the value of the named annotation member.
abstract  JAnnotationValue[] JAnnotation.getValues()
          Returns an array of this annotation's member values.

 

Uses of JAnnotationValue in weblogic.descriptor.annotation

 

Methods in weblogic.descriptor.annotation that return JAnnotationValue
 JAnnotationValue AnnotationDefinition.getAnnotationValue(JAnnotatedElement element)
           
 JAnnotationValue[] AnnotationDefinition.getAnnotationValues(JAnnotatedElement element)
          Copied and modified getAnnotationValue() by Eric.

 

Uses of JAnnotationValue in weblogic.descriptor.beangen

 

Methods in weblogic.descriptor.beangen that return JAnnotationValue
 JAnnotationValue PropertyDeclaration.getAnnotationValue(AnnotationDefinition tag)
           

 


Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09