Uses of Class
org.mule.devkit.model.schema.Attribute

Uses of Attribute in org.mule.devkit.model.schema
 

Subclasses of Attribute in org.mule.devkit.model.schema
 class TopLevelAttribute
          Java class for topLevelAttribute complex type.
 

Fields in org.mule.devkit.model.schema with type parameters of type Attribute
protected  List<Attribute> ExtensionType.attributeOrAttributeGroup
           
protected  List<Attribute> ComplexType.attributeOrAttributeGroup
           
 

Methods in org.mule.devkit.model.schema that return Attribute
 Attribute ObjectFactory.createAttribute()
          Create an instance of Attribute
 

Methods in org.mule.devkit.model.schema that return types with arguments of type Attribute
 List<Attribute> ExtensionType.getAttributeOrAttributeGroup()
          Gets the value of the attributeOrAttributeGroup property.
 List<Attribute> ComplexType.getAttributeOrAttributeGroup()
          Gets the value of the attributeOrAttributeGroup property.
 



Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.