Uses of Class
org.mule.devkit.model.code.EnumConstant

Packages that use EnumConstant
org.mule.devkit.model.code Library for generating Java source code 
 

Uses of EnumConstant in org.mule.devkit.model.code
 

Methods in org.mule.devkit.model.code that return EnumConstant
 EnumConstant EnumConstant.arg(GeneratedExpression arg)
          Add an expression to this constructor's argument list
 EnumConstant GeneratedClass.enumConstant(String name)
          If the named enum already exists, the reference to it is returned.
 

Methods in org.mule.devkit.model.code with parameters of type EnumConstant
 AnnotationArrayMember AnnotationArrayMember.param(EnumConstant value)
          Adds a enum array member to this annotation
 GeneratedAnnotationUse GeneratedAnnotationUse.param(String name, EnumConstant value)
          Adds a member value pair to this annotation
 



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