Package org.mule.devkit.model

Interface Summary
Accessible  
Annotable This interface provides a way to interact this model elements that can have annotations.
Documentable This interface provides a way to interact with model elements that can have javadoc comments and tags.
EnumType  
Field<P extends Type>  
GenericType  
Generifiable  
Identifiable<T extends Element>  
Method<P extends Type>  
Package  
Parameter<P extends Method>  
Parentable<P extends Identifiable>  
Type Regular Java Type
Typeable  
Variable<P extends Identifiable>  
 

Class Summary
MuleVersion This class represents Mule Software version scheme: {major}.{minor}.{revision}-{suffix} For example: 3.3.2 => major: 3, minor: 3, revision: 2, suffix: '' 3.3.1-SNAPSHOT => major: 3, minor: 3, revision: 1, suffix: SNAPSHOT 3.4-M2 => major: 3, minor: 4, suffix: M2
 



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