org.mule.devkit.model.studio
Class ConnectorType

java.lang.Object
  extended by org.mule.devkit.model.studio.AbstractElementType
      extended by org.mule.devkit.model.studio.GlobalType
          extended by org.mule.devkit.model.studio.ConnectorType

public class ConnectorType
extends GlobalType

Java class for ConnectorType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ConnectorType">
   <complexContent>
     <extension base="{http://www.mulesoft.org/schema/mule/tooling.attributes}GlobalType">
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.mule.devkit.model.studio.AbstractElementType
_abstract, _extends, aliasId, allowAny, attributeCategoryOrRequiredSetAlternativesOrFixedAttribute, caption, category, connectivityTesting, description, doNotInherit, embedIn, icon, image, localId, metaData, versions, wrapIn
 
Constructor Summary
ConnectorType()
           
 
Method Summary
 
Methods inherited from class org.mule.devkit.model.studio.AbstractElementType
getAliasId, getAttributeCategoryOrRequiredSetAlternativesOrFixedAttribute, getCaption, getCategory, getConnectivityTesting, getDescription, getDoNotInherit, getEmbedIn, getExtends, getIcon, getImage, getLocalId, getMetaData, getVersions, getWrapIn, isAbstract, isAllowAny, setAbstract, setAliasId, setAllowAny, setCaption, setCategory, setConnectivityTesting, setDescription, setDoNotInherit, setEmbedIn, setExtends, setIcon, setImage, setLocalId, setMetaData, setVersions, setWrapIn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorType

public ConnectorType()


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