StudentCondition.java

StudentCondition.java
package Instruction2;

public enum StudentCondition {
    OBECNY, ODRABIAJACY, CHORY, NIEOBECNY
}