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

Part Number E27170-01

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
 JAnnotationValue JAnnotatedElement.getAnnotationValue(String valueId)
          Shortcut method which returns a given annotation value.
 JAnnotationValue JAnnotation.getValue(String named)
          Returns a structure which provides untyped, "by-name" access to the value of the named annotation member.
 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)
           
 


Copyright 1996, 2013, 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.1.2)

Part Number E27170-01