For example, do not name an enumeration type Protocols but name it Protocol instead. Consider the following example in which only one option is allowed.
Protocol
public enum Protocol { Tcp, Udp, Http, Ftp }