Uses of Enum Class
org.faktorips.runtime.validation.GenericRelevanceValidation.Error
Packages that use GenericRelevanceValidation.Error
-
Uses of GenericRelevanceValidation.Error in org.faktorips.runtime.validation
Methods in org.faktorips.runtime.validation that return GenericRelevanceValidation.ErrorModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static GenericRelevanceValidation.Error[]GenericRelevanceValidation.Error.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.faktorips.runtime.validation with parameters of type GenericRelevanceValidation.ErrorModifier and TypeMethodDescriptionprotected Message.BuilderDefaultGenericAttributeValidationConfiguration.builderForErrorMessage(PolicyAttribute policyAttribute, IModelObject modelObject, GenericRelevanceValidation.Error error, Class<? extends IModelObject> definingModelObjectClass, String message) Creates an error message builder with a message code created from the given prefix viaDefaultGenericAttributeValidationConfiguration.createMsgCode(GenericRelevanceValidation.Error, PolicyAttribute, Class)and an invalid object property for the given attribute.protected MessageDefaultGenericAttributeValidationConfiguration.createErrorMessage(PolicyAttribute policyAttribute, IModelObject modelObject, GenericRelevanceValidation.Error error, Class<? extends IModelObject> definingModelObjectClass, String message) Creates an error message with a message code created from the given prefix viaDefaultGenericAttributeValidationConfiguration.createMsgCode(GenericRelevanceValidation.Error, PolicyAttribute, Class)and an invalid object property for the given attribute.protected StringDefaultGenericAttributeValidationConfiguration.createMsgCode(GenericRelevanceValidation.Error error, PolicyAttribute policyAttribute, Class<? extends IModelObject> definingModelObjectClass) Creates a message code from the pattern <errorCode>.<definingModelObjectClassName>.<policyAttributeName>.