All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.anotheria.access.custom.RegAgencyIsEqualConstraint Maven / Gradle / Ivy

The newest version!
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 RegAgencyIsEqualConstraint extends SubjectAttributeIsEqualToObjectAttributeConstraint{

	@Override
	protected String getAttributeName() {
		return Ontology.ATT_REG_AGENCY;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy