In the "Factory Pattern", what is the purpose of the ShapeType enum?
ShapeType
public enum ShapeType { CIRCLE, SQUARE, RECTANGLE }
To identify the types of shapes that can be created
To store the area of a shape
To specify the color of a shape
To define the dimensions of a shape