Uses of Interface
org.graphdrawing.graphml.xmlns.ParameterWrapperType

Packages that use ParameterWrapperType
org.graphdrawing.graphml.xmlns   
org.graphdrawing.graphml.xmlns.impl   
 

Uses of ParameterWrapperType in org.graphdrawing.graphml.xmlns
 

Methods in org.graphdrawing.graphml.xmlns that return ParameterWrapperType
 ParameterWrapperType DataExtensionType.addNewParameterWrapper()
          Appends and returns a new empty "parameterWrapper" element
 ParameterWrapperType DataExtensionType.getParameterWrapper()
          Gets the "parameterWrapper" element
static ParameterWrapperType ParameterWrapperType.Factory.newInstance()
           
static ParameterWrapperType ParameterWrapperType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ParameterWrapperType ParameterWrapperType.Factory.parse(java.io.File file)
           
static ParameterWrapperType ParameterWrapperType.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static ParameterWrapperType ParameterWrapperType.Factory.parse(java.io.InputStream is)
           
static ParameterWrapperType ParameterWrapperType.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ParameterWrapperType ParameterWrapperType.Factory.parse(org.w3c.dom.Node node)
           
static ParameterWrapperType ParameterWrapperType.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static ParameterWrapperType ParameterWrapperType.Factory.parse(java.io.Reader r)
           
static ParameterWrapperType ParameterWrapperType.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ParameterWrapperType ParameterWrapperType.Factory.parse(java.lang.String xmlAsString)
           
static ParameterWrapperType ParameterWrapperType.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ParameterWrapperType ParameterWrapperType.Factory.parse(java.net.URL u)
           
static ParameterWrapperType ParameterWrapperType.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static ParameterWrapperType ParameterWrapperType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ParameterWrapperType ParameterWrapperType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ParameterWrapperType ParameterWrapperType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static ParameterWrapperType ParameterWrapperType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.graphdrawing.graphml.xmlns with parameters of type ParameterWrapperType
 void DataExtensionType.setParameterWrapper(ParameterWrapperType parameterWrapper)
          Sets the "parameterWrapper" element
 

Uses of ParameterWrapperType in org.graphdrawing.graphml.xmlns.impl
 

Classes in org.graphdrawing.graphml.xmlns.impl that implement ParameterWrapperType
 class ParameterWrapperTypeImpl
          An XML ParameterWrapperType(@http://graphml.graphdrawing.org/xmlns).
 

Methods in org.graphdrawing.graphml.xmlns.impl that return ParameterWrapperType
 ParameterWrapperType DataExtensionTypeImpl.addNewParameterWrapper()
          Appends and returns a new empty "parameterWrapper" element
 ParameterWrapperType DataExtensionTypeImpl.getParameterWrapper()
          Gets the "parameterWrapper" element
 

Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type ParameterWrapperType
 void DataExtensionTypeImpl.setParameterWrapper(ParameterWrapperType parameterWrapper)
          Sets the "parameterWrapper" element
 



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.