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

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

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

Methods in org.mule.devkit.model.code that return GeneratedField
 GeneratedField GeneratedClass.field(int mods, Class<?> type, String name)
           
 GeneratedField GeneratedClass.field(int mods, Class<?> type, String name, GeneratedExpression init)
           
 GeneratedField GeneratedClass.field(int mods, Type type, String name)
          Adds a field to the list of field members of this DefinedClass.
 GeneratedField GeneratedClass.field(int mods, Type type, String name, GeneratedExpression init)
          Adds a field to the list of field members of this DefinedClass.
 GeneratedField GeneratedClass.flowConstructField()
           
 GeneratedField GeneratedClass.muleContextField()
           
 

Methods in org.mule.devkit.model.code that return types with arguments of type GeneratedField
 Map<String,GeneratedField> GeneratedClass.fields()
          Returns all the fields declred in this class.
 

Methods in org.mule.devkit.model.code with parameters of type GeneratedField
 GeneratedMethod GeneratedClass.getter(GeneratedField field)
          Generate a getter method for the specified field
 void GeneratedClass.removeField(GeneratedField field)
          Removes a GeneratedField from this class.
 GeneratedMethod GeneratedClass.setter(GeneratedField field)
          Generate a setter method for the specified field
 

Uses of GeneratedField in org.mule.devkit.model.code.builders
 

Methods in org.mule.devkit.model.code.builders that return GeneratedField
 GeneratedField FieldBuilder.build()
           
static GeneratedField FieldBuilder.newLoggerField(GeneratedClass targetClass)
           
 



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