-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum PolystarShape.Type
-
-
Method Summary
Modifier and Type Method Description static PolystarShape.TypeforValue(int value)static Array<PolystarShape.Type>values()static PolystarShape.TypevalueOf(String name)-
-
Method Detail
-
forValue
static PolystarShape.Type forValue(int value)
-
values
static Array<PolystarShape.Type> values()
-
valueOf
static PolystarShape.Type valueOf(String name)
-
-
-
-