MCPcopy Create free account
hub / github.com/JerePrograma/FullStackEgg / Color

Enum Color

Etapa3Relaciones/Ejercicio3Extra/src/enums/Color.java:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package enums;
2
3public enum Color {
4 ROJO, VERDE, BLANCO, AMARILLO;
5}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected