net.anotheria.access.custom.RegCountryIsEqualConstraint Maven / Gradle / Ivy
package net.anotheria.access.custom;
import net.anotheria.access.Ontology;
/**
* Is met if the registration country of both object and subject are equal.
* @author another
*
*/
public class RegCountryIsEqualConstraint extends SubjectAttributeIsEqualToObjectAttributeConstraint{
@Override
protected String getAttributeName() {
return Ontology.ATT_REG_COUNTRY;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy