An enumeration of known valid military (or otherwise) services.
The implementation attempts to keep the number of duplicate service
instances (e.g. that are .equals) to a minimum, but there are situations
where this is not practical. Use .equals instead of ==.
Constructor takes a String that represents the named Service.
It is preferred to use the constant Services or the getService
method rather than to use the constructor.