com.okworx.ilcd.validation.common.IValidationContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ilcd-validation Show documentation
Show all versions of ilcd-validation Show documentation
A Java library for performing technical validation of data in ILCD data format.
package com.okworx.ilcd.validation.common;
import java.util.Locale;
/**
* IValidationContext interface.
*
* @author oliver.kusche
* @version $Id: $Id
*/
public interface IValidationContext {
/**
* getLocale.
*
* @return a {@link java.util.Locale} object.
*/
public Locale getLocale();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy