Uses of Enum Class
com.evolveum.concepts.ValidationLogType
Packages that use ValidationLogType
-
Uses of ValidationLogType in com.evolveum.concepts
Methods in com.evolveum.concepts that return ValidationLogTypeModifier and TypeMethodDescriptionValidationLog.validationLogType()Returns the value of thevalidationLogTyperecord component.static ValidationLogTypeReturns the enum constant of this class with the specified name.static ValidationLogType[]ValidationLogType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.evolveum.concepts with parameters of type ValidationLogTypeModifierConstructorDescriptionValidationLog(ValidationLogType validationLogType, ValidationLogType.Specification specification, SourceLocation location, TechnicalMessage technicalMessage, String message) Creates an instance of aValidationLogrecord class.