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

Packages that use JProperty
com.bea.util.jam Provides interfaces for com.bea.util.jam
com.bea.util.jam.visitor Provides classes to traverse a JElement tree. 
 

Uses of JProperty in com.bea.util.jam
 

Methods in com.bea.util.jam that return JProperty
 JProperty[] JClass.getDeclaredProperties()
          Like getProperties(), but only considers methods explicitly declared on this class in identifying the properties.
 JProperty[] JClass.getProperties()
          Returns a representation of a java bean property as detailed in section 8.3 of the Java Beans specification, 'Design Patterns for Properties.' A JProperty can be thought of as a union of a getter method and corresponding setter method, although only one of these is required (view-only and write-only properties are returned).
 

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

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


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