Uses of Class
org.drools.core.factmodel.FieldDefinition
-
Packages that use FieldDefinition Package Description org.drools.core.factmodel -
-
Uses of FieldDefinition in org.drools.core.factmodel
Fields in org.drools.core.factmodel with type parameters of type FieldDefinition Modifier and Type Field Description protected java.util.LinkedHashMap<java.lang.String,FieldDefinition>ClassDefinition. fieldsMethods in org.drools.core.factmodel that return FieldDefinition Modifier and Type Method Description FieldDefinitionClassDefinition. getField(int index)Returns the field at position index, as defined by the builder using the @position annotationFieldDefinitionClassDefinition. getField(java.lang.String fieldName)Returns the field definition object for the given field nameFieldDefinitionClassDefinition. getFieldByAlias(java.lang.String alias)Methods in org.drools.core.factmodel that return types with arguments of type FieldDefinition Modifier and Type Method Description java.util.Collection<FieldDefinition>ClassDefinition. getFieldsDefinitions()Methods in org.drools.core.factmodel with parameters of type FieldDefinition Modifier and Type Method Description voidClassDefinition. addField(FieldDefinition attr)Adds a field definition to this classintFieldDefinition. compareTo(FieldDefinition other)
-