Uses of Class
org.mule.devkit.model.studio.NamespaceType

Uses of NamespaceType in org.mule.devkit.model.studio
 

Fields in org.mule.devkit.model.studio declared as NamespaceType
protected  NamespaceType Module.namespace
           
 

Methods in org.mule.devkit.model.studio that return NamespaceType
 NamespaceType ObjectFactory.createNamespaceType()
          Create an instance of NamespaceType
 NamespaceType Module.getNamespace()
          Gets the value of the namespace property.
 NamespaceType EditorModel.getNamespaceType()
           
 NamespaceType StudioModel.getOrCreateNamespace(String moduleName)
           
 

Methods in org.mule.devkit.model.studio that return types with arguments of type NamespaceType
 JAXBElement<NamespaceType> ObjectFactory.createNamespace(NamespaceType value)
          Create an instance of JAXBElement<NamespaceType>}
 

Methods in org.mule.devkit.model.studio with parameters of type NamespaceType
 JAXBElement<NamespaceType> ObjectFactory.createNamespace(NamespaceType value)
          Create an instance of JAXBElement<NamespaceType>}
 void Module.setNamespace(NamespaceType value)
          Sets the value of the namespace property.
 



Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.