Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


oracle.stellent.wcm.core.config.jaxb
Class PropertyTypeHelper

java.lang.Object
  extended by oracle.stellent.wcm.core.config.jaxb.PropertyTypeHelper


public abstract class PropertyTypeHelper
extends java.lang.Object

Constructor Summary
PropertyTypeHelper()
           

 

Method Summary
static oracle.stellent.wcm.core.config.jaxb.model.PropertyType getProperty(java.util.List<oracle.stellent.wcm.core.config.jaxb.model.PropertyType> properties, java.lang.String name)
          Retrieve a property from the list.
static java.util.Set<java.lang.String> getPropertyNames(java.util.List<oracle.stellent.wcm.core.config.jaxb.model.PropertyType> properties)
           
static void setProperty(java.util.List<oracle.stellent.wcm.core.config.jaxb.model.PropertyType> properties, java.lang.String name, java.lang.String value)
          Set a connection property

 

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

 

Constructor Detail

PropertyTypeHelper

public PropertyTypeHelper()

Method Detail

getProperty

public static oracle.stellent.wcm.core.config.jaxb.model.PropertyType getProperty(java.util.List<oracle.stellent.wcm.core.config.jaxb.model.PropertyType> properties,
                                                                                  java.lang.String name)
Retrieve a property from the list.
Parameters:
properties - the list of properties
name - the property name
Returns:
the property value

setProperty

public static void setProperty(java.util.List<oracle.stellent.wcm.core.config.jaxb.model.PropertyType> properties,
                               java.lang.String name,
                               java.lang.String value)
Set a connection property
Parameters:
properties - the list of properties
name - the name
value - the value (if null, removes the property)

getPropertyNames

public static java.util.Set<java.lang.String> getPropertyNames(java.util.List<oracle.stellent.wcm.core.config.jaxb.model.PropertyType> properties)
Parameters:
properties - the properties list
Returns:
the available property names

Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


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