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

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

The newest version!
package net.anotheria.access.custom;

import net.anotheria.access.Ontology;

public class MemberSubjectConstraint extends AbstractSubjectStatusConstraint{

	@Override
	public String getRequiredStatus() {
		return Ontology.ATT_VAL_STATUS_MEMBER;
	}
	
	public String toString(){
		return "Subject is member";
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy