Skip navigation links


oracle.iam.connectors.icfintg.vo
Class ConfigurationProperties

java.lang.Object
  extended by oracle.iam.connectors.icfintg.vo.ConfigurationProperties

All Implemented Interfaces:
java.io.Serializable

public final class ConfigurationProperties
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Method Summary
 ConfigurationProperty getProperty(java.lang.String name)
           
 java.util.List getPropertyNames()
           
static ConfigurationProperties newInstance(java.util.LinkedHashMap properties)
           
 void setPropertyValue(java.lang.String name, java.lang.Object value)
           

 

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

 

Method Detail

newInstance

public static ConfigurationProperties newInstance(java.util.LinkedHashMap properties)

getPropertyNames

public java.util.List getPropertyNames()

getProperty

public ConfigurationProperty getProperty(java.lang.String name)

setPropertyValue

public void setPropertyValue(java.lang.String name,
                             java.lang.Object value)

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.