/** * <copyright> * </copyright> * * */ package ssl.resource.ssl.grammar; public enum SslCardinality { ONE, PLUS, QUESTIONMARK, STAR; }