I'm new to Java and trying to setup a switch statement using enums. for the declaration of my enums however I am getting compilation errors such as "illegal start of type", so my question is if names such as are appropriate?
public enum Types
{
<CD>, <Title>
}