Uses of Class
org.drools.factmodel.FieldDefinition

Packages that use FieldDefinition
org.drools.factmodel   
 

Uses of FieldDefinition in org.drools.factmodel
 

Methods in org.drools.factmodel that return FieldDefinition
 FieldDefinition ClassDefinition.getField(int index)
          Returns the field at position index, as defined by the builder using the @position annotation
 FieldDefinition ClassDefinition.getField(String fieldName)
          Returns the field definition object for the given field name
 

Methods in org.drools.factmodel that return types with arguments of type FieldDefinition
 Collection<FieldDefinition> ClassDefinition.getFieldsDefinitions()
           
 

Methods in org.drools.factmodel with parameters of type FieldDefinition
 void ClassDefinition.addField(FieldDefinition attr)
          Adds a field definition to this class
 int FieldDefinition.compareTo(FieldDefinition other)
           
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.