Uses of Class
org.faktorips.runtime.validation.GenericRelevanceValidation.Error
-
Packages that use GenericRelevanceValidation.Error Package Description org.faktorips.runtime.validation Validation of model objects. -
-
Uses of GenericRelevanceValidation.Error in org.faktorips.runtime.validation
Methods in org.faktorips.runtime.validation that return GenericRelevanceValidation.Error Modifier and Type Method Description static GenericRelevanceValidation.ErrorGenericRelevanceValidation.Error. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GenericRelevanceValidation.Error[]GenericRelevanceValidation.Error. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.faktorips.runtime.validation with parameters of type GenericRelevanceValidation.Error Modifier and Type Method Description protected Message.BuilderDefaultGenericAttributeValidationConfiguration. builderForErrorMessage(PolicyAttribute policyAttribute, IModelObject modelObject, GenericRelevanceValidation.Error error, java.lang.Class<? extends IModelObject> definingModelObjectClass, java.lang.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, java.lang.Class<? extends IModelObject> definingModelObjectClass, java.lang.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 java.lang.StringDefaultGenericAttributeValidationConfiguration. createMsgCode(GenericRelevanceValidation.Error error, PolicyAttribute policyAttribute, java.lang.Class<? extends IModelObject> definingModelObjectClass)Creates a message code from the pattern <errorCode>.<definingModelObjectClassName>.<policyAttributeName>.
-