Extension SDK 9.0.5

oracle.jdeveloper.audit.service
Class Profile.Setter

java.lang.Object
  extended byoracle.jdeveloper.audit.service.Profile.Setter
Enclosing class:
Profile

public static class Profile.Setter
extends java.lang.Object

An XML encodable setter class. Should not be public, but the persistence delegate requires that it be, for the moment.


Constructor Summary
Profile.Setter(java.lang.reflect.Method method, java.lang.Object value)
           
 
Method Summary
 java.lang.reflect.Method getMethod()
           
 java.lang.Object getValue()
           
 void invoke(java.lang.Object target)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Profile.Setter

public Profile.Setter(java.lang.reflect.Method method,
                      java.lang.Object value)
Method Detail

getMethod

public java.lang.reflect.Method getMethod()

getValue

public java.lang.Object getValue()

invoke

public void invoke(java.lang.Object target)

toString

public java.lang.String toString()

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.