net.anotheria.access.custom.RegLanguageIsNotEqualConstraint Maven / Gradle / Ivy
package net.anotheria.access.custom;
import net.anotheria.access.Ontology;
/**
* Is met if the registration language of both object and subject are NOT equal. Registration language is derived from the locale of the registration agency.
* @author another
*
*/
public class RegLanguageIsNotEqualConstraint extends SubjectAttributeIsNotEqualToObjectAttributeConstraint{
@Override
protected String getAttributeName() {
return Ontology.ATT_REG_LANG;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy