Skip to content

Commit

Permalink
feat(qmp): Trama for iteration 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasanchez committed Apr 25, 2021
1 parent 7185279 commit 7476f56
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 01-lecture/quemepongo/src/main/java/quemepongo/TramaTela.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package quemepongo;

/**
* Dominio de Tramas del Material.
*
* @version 1.0
* @since 04.25.2021
*/
public enum TramaTela {
LISA, RAYADA, LUNARES, A_CUADROS, ESTAMPADO
}

0 comments on commit 7476f56

Please sign in to comment.