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.JElement

Packages that use JElement
com.bea.util.jam Provides interfaces for com.bea.util.jam

 

Uses of JElement in com.bea.util.jam

 

Subinterfaces of JElement in com.bea.util.jam
 interface JAnnotatedElement
          Base abstraction for JElements which can carry annotations and comments.
 interface JAnnotation
          Represents a metadata that is associated with a particular JElement.
 interface JClass
          Represents a Java class that may or may not be loaded in the VM.
 interface JComment
          Encapsulates comment associated with a package, class, method, and so on.
 interface JConstructor
          Represents a constructor of a java class.
 interface JField
          Represents an exposed field on a Java class.
 interface JImport
          Represents an imported item on a Java class.
 interface JInvokable
          Base abstraction for something which can be invoked, i.e.
 interface JMember
          Represents an abstraction which can be member of a class.
 interface JMethod
          Represents a method of a java class.
 interface JPackage
          Represents a java package.
 interface JParameter
          Represents a single parameter of a Java method or constructor.
 interface JProperty
          This is a helper class which provides java.beans-like functionality in the JAM framework.
 interface JTag
          Represents a javadoc tag.

 

Methods in com.bea.util.jam that return JElement
abstract  JElement JElement.getParent()
          Returns the parent of this abstraction, or null if this annotation represents a root abstraction (i.e.

 


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