package foundation.dao; public enum LineLimitType { Deny, Free, Limit; }