Extension SDK 10.1.2


oracle.jdeveloper.cm.ds.db
Class Properties

java.lang.Object
  extended byoracle.jdeveloper.cm.ds.db.Properties


public class Properties
extends java.lang.Object

use reflection to get the properties of a bean (all the get methods) and save them in a Hashtable as name/value pairs


Constructor Summary
Properties(DBObject o)

Method Summary
boolean containsKey(java.lang.Object key)
java.lang.Object get(java.lang.Object key)
java.util.Set keySet()
void put(java.lang.Object key, java.lang.Object value)
void remove(java.lang.Object key)

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

Properties

public Properties(DBObject o)

Method Detail

get

public java.lang.Object get(java.lang.Object key)

put

public void put(java.lang.Object key,
                java.lang.Object value)

containsKey

public boolean containsKey(java.lang.Object key)

remove

public void remove(java.lang.Object key)

keySet

public java.util.Set keySet()

Extension SDK


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