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

Part Number E41849-02

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

Packages that use JClass
com.bea.util.jam Provides interfaces for com.bea.util.jam
com.bea.util.jam.visitor Provides classes to traverse a JElement tree. 
weblogic.descriptor.beangen Defines a Descriptor Bean implementation generator 
 

Uses of JClass in com.bea.util.jam
 

Methods in com.bea.util.jam that return JClass
 JClass JAnnotationValue.asClass()
          Returns the value of this member as a JClass.
 JClass[] JAnnotationValue.asClassArray()
          If this member is known to be an array of classes, returns an array of JClass representations of those classes.
 JClass JClass.forName(String name)
          Shorthand for myClass.getClassLoader().loadClass(name)
 JClass JClass.getArrayComponentType()
          Returns the Class representing the component type of an array.
 JClass[] JClass.getClasses()
          Returns an unordered array containing the inner classes for this class.
 JClass[] JPackage.getClasses()
          Returns the classes in this package which were specified as part of the JRoot construction.
 JClass JClass.getContainingClass()
          If this JClass is an inner class, returns the outer class.
 JClass JMember.getContainingClass()
          Returns a representation of the class which contains this member.
 JClass[] JInvokable.getExceptionTypes()
          Returns representations of the type of each of the exceptions which can be thrown by this method.
 JClass[] JClass.getImportedClasses()
          Returns an unordered array of classes that were explicitly imported by this class using an import statement.
 JClass[] JClass.getInterfaces()
          Returns an unordered array containing all of the interfaces directly implemented by this class.
 JClass JMethod.getReturnType()
          Returns a JClass object representing the type of this methods return value.
 JClass JClass.getSuperclass()
          Returns the Class representing the superclass of the entity (class, interface, primitive type or void) represented by this Class.
 JClass JAnnotationValue.getType()
           
 JClass JField.getType()
          Returns the type of this field.
 JClass JParameter.getType()
          Returns the type of this parameter.
 JClass JProperty.getType()
          Returns a JClass which represents the type of this property.
 JClass JamClassLoader.loadClass(String fieldDescriptor)
          Returns a representation of the named class.
 

Methods in com.bea.util.jam with parameters of type JClass
 boolean JClass.isAssignableFrom(JClass clazz)
          Determines if the class or interface represented by this Class object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified Class parameter.
 

Uses of JClass in com.bea.util.jam.visitor
 

Methods in com.bea.util.jam.visitor with parameters of type JClass
 void JVisitor.visit(JClass clazz)
           
 

Uses of JClass in weblogic.descriptor.beangen
 

Methods in weblogic.descriptor.beangen that return JClass
protected  JClass PropertyDeclaration.getComponentJClass()
           
 JClass PropertyDeclaration.getJClass()
           
 


Copyright 1996, 2014, 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.3)

Part Number E41849-02