Uses of Class
org.plasma.config.Namespace

Packages that use Namespace
org.plasma.config Package level documentation for package org.plasma.config. 
org.plasma.config.adapter   
 

Uses of Namespace in org.plasma.config
 

Fields in org.plasma.config declared as Namespace
protected  Namespace SDO.defaultNamespace
           
 

Fields in org.plasma.config with type parameters of type Namespace
protected  java.util.List<Namespace> SDO.namespaces
           
 

Methods in org.plasma.config that return Namespace
 Namespace ObjectFactory.createNamespace()
          Create an instance of Namespace
 Namespace SDO.getDefaultNamespace()
          Gets the value of the defaultNamespace property.
 Namespace PlasmaConfig.getSDONamespaceByInterfacePackage(java.lang.String packageName)
           
 Namespace PlasmaConfig.getSDONamespaceByURI(java.lang.String uri)
           
 

Methods in org.plasma.config that return types with arguments of type Namespace
 java.util.List<Namespace> SDO.getNamespaces()
          Gets the value of the namespaces property.
 

Methods in org.plasma.config with parameters of type Namespace
 void SDO.setDefaultNamespace(Namespace value)
          Sets the value of the defaultNamespace property.
 

Uses of Namespace in org.plasma.config.adapter
 

Methods in org.plasma.config.adapter that return Namespace
 Namespace NamespaceAdapter.getNamespace()
           
 

Constructors in org.plasma.config.adapter with parameters of type Namespace
NamespaceAdapter(Namespace namespace)
           
 



Copyright © 2013. All Rights Reserved.