Uses of Interface
org.synchronoss.cpo.jdbc.cpoJdbcConfig.CtProperty

Packages that use CtProperty
org.synchronoss.cpo.jdbc.cpoJdbcConfig   
org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl   
 

Uses of CtProperty in org.synchronoss.cpo.jdbc.cpoJdbcConfig
 

Methods in org.synchronoss.cpo.jdbc.cpoJdbcConfig that return CtProperty
 CtProperty CtJdbcReadWriteConfig.addNewProperty()
          Appends and returns a new empty value (as xml) as the last "property" element
 CtProperty[] CtJdbcReadWriteConfig.getPropertyArray()
          Gets array of all "property" elements
 CtProperty CtJdbcReadWriteConfig.getPropertyArray(int i)
          Gets ith "property" element
 CtProperty CtJdbcReadWriteConfig.insertNewProperty(int i)
          Inserts and returns a new empty value (as xml) as the ith "property" element
static CtProperty CtProperty.Factory.newInstance()
           
static CtProperty CtProperty.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static CtProperty CtProperty.Factory.parse(File file)
           
static CtProperty CtProperty.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static CtProperty CtProperty.Factory.parse(InputStream is)
           
static CtProperty CtProperty.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static CtProperty CtProperty.Factory.parse(Node node)
           
static CtProperty CtProperty.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static CtProperty CtProperty.Factory.parse(Reader r)
           
static CtProperty CtProperty.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static CtProperty CtProperty.Factory.parse(String xmlAsString)
           
static CtProperty CtProperty.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static CtProperty CtProperty.Factory.parse(URL u)
           
static CtProperty CtProperty.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static CtProperty CtProperty.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static CtProperty CtProperty.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static CtProperty CtProperty.Factory.parse(XMLStreamReader sr)
           
static CtProperty CtProperty.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.synchronoss.cpo.jdbc.cpoJdbcConfig with parameters of type CtProperty
 void CtJdbcReadWriteConfig.setPropertyArray(CtProperty[] propertyArray)
          Sets array of all "property" element
 void CtJdbcReadWriteConfig.setPropertyArray(int i, CtProperty property)
          Sets ith "property" element
 

Uses of CtProperty in org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl
 

Classes in org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl that implement CtProperty
 class CtPropertyImpl
          An XML ctProperty(@http://www.synchronoss.org/cpo/jdbc/CpoJdbcConfig.xsd).
 

Methods in org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl that return CtProperty
 CtProperty CtJdbcReadWriteConfigImpl.addNewProperty()
          Appends and returns a new empty value (as xml) as the last "property" element
 CtProperty[] CtJdbcReadWriteConfigImpl.getPropertyArray()
          Gets array of all "property" elements
 CtProperty CtJdbcReadWriteConfigImpl.getPropertyArray(int i)
          Gets ith "property" element
 CtProperty CtJdbcReadWriteConfigImpl.insertNewProperty(int i)
          Inserts and returns a new empty value (as xml) as the ith "property" element
 

Methods in org.synchronoss.cpo.jdbc.cpoJdbcConfig.impl with parameters of type CtProperty
 void CtJdbcReadWriteConfigImpl.setPropertyArray(CtProperty[] propertyArray)
          Sets array of all "property" element
 void CtJdbcReadWriteConfigImpl.setPropertyArray(int i, CtProperty property)
          Sets ith "property" element
 



Copyright © 2014. All Rights Reserved.