Skip to main content
Skip table of contents

17.1 Area Enums

 

JAVA

    public enum TrSvcAreaEnrollmentType : int
    {
        None = -1,
        All = 0,
        Permanent = 1,
        Evaluation = 2
    }

    public enum TrSvcAreaStatus : int
    {
        All = 0,
        Active = 1,
        Disabled = 2
    }

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.