Business Components

oracle.jbo.common
Class MOMProperties

java.lang.Object
  |
  +--oracle.jbo.common.MOMProperties

public class MOMProperties
extends java.lang.Object

This static class exists purely to keep the properties out of the way of MetaObjectManager's static initializer


Method Summary
static java.util.Properties getProperties()
           
static java.lang.String getProperty(java.lang.String propname)
           
static java.lang.String getProperty(java.lang.String propname, java.lang.String defvalue)
           
static void setProperty(java.lang.String propname, java.lang.String propval)
           
static void setSQLBuilderProperty(java.lang.String propval)
           
static void setSQLTypeMapProperty(java.lang.String propval)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setProperty

public static void setProperty(java.lang.String propname,
                               java.lang.String propval)

getProperty

public static java.lang.String getProperty(java.lang.String propname,
                                           java.lang.String defvalue)

getProperties

public static java.util.Properties getProperties()

getProperty

public static java.lang.String getProperty(java.lang.String propname)

setSQLTypeMapProperty

public static void setSQLTypeMapProperty(java.lang.String propval)

setSQLBuilderProperty

public static void setSQLBuilderProperty(java.lang.String propval)

Business Components