Uses of Class
org.drools.base.factmodel.FieldDefinition
Packages that use FieldDefinition
-
Uses of FieldDefinition in org.drools.base.factmodel
Fields in org.drools.base.factmodel with type parameters of type FieldDefinitionModifier and TypeFieldDescriptionprotected LinkedHashMap<String,FieldDefinition> ClassDefinition.fieldsMethods in org.drools.base.factmodel that return FieldDefinitionModifier and TypeMethodDescriptionClassDefinition.getField(int index) Returns the field at position index, as defined by the builder using the @position annotationReturns the field definition object for the given field nameClassDefinition.getFieldByAlias(String alias) Methods in org.drools.base.factmodel that return types with arguments of type FieldDefinitionModifier and TypeMethodDescriptionfinal Collection<FieldDefinition>ClassDefinition.getFieldsDefinitions()Methods in org.drools.base.factmodel with parameters of type FieldDefinitionModifier and TypeMethodDescriptionfinal voidClassDefinition.addField(FieldDefinition attr) Adds a field definition to this classintFieldDefinition.compareTo(FieldDefinition other)