| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| EntityAffiliationTypeContract |
|
| 1.0;1 |
| 1 | package org.kuali.rice.kim.api.identity.affiliation; | |
| 2 | ||
| 3 | import org.kuali.rice.kim.api.identity.TypeContract; | |
| 4 | ||
| 5 | ||
| 6 | public interface EntityAffiliationTypeContract extends TypeContract { | |
| 7 | /** | |
| 8 | * This value determines if the Affiliation Type is an employment type. | |
| 9 | * | |
| 10 | * @return the boolean value representing if type is an employment type | |
| 11 | */ | |
| 12 | boolean isEmploymentAffiliationType(); | |
| 13 | } |