Uses of Enum Class
io.mateu.dtos.RuleFieldAttributeDto
-
Uses of RuleFieldAttributeDto in io.mateu.dtos
Methods in io.mateu.dtos that return RuleFieldAttributeDtoModifier and TypeMethodDescriptionRuleDto.fieldAttribute()Returns the value of thefieldAttributerecord component.static RuleFieldAttributeDtoReturns the enum constant of this class with the specified name.static RuleFieldAttributeDto[]RuleFieldAttributeDto.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.mateu.dtos with parameters of type RuleFieldAttributeDtoModifierConstructorDescriptionRuleDto(String filter, RuleActionDto action, String fieldName, RuleFieldAttributeDto fieldAttribute, Object value, String expression, RuleResultDto result, String actionId) Creates an instance of aRuleDtorecord class.