source: Prototype Application/Paw5/src/main/java/finki/paw5/model/enumerations/Size.java@ d427a07

main
Last change on this file since d427a07 was d427a07, checked in by SazdovaEkaterina <sazdovaekaterina@…>, 17 months ago

add models and enums

  • Property mode set to 100644
File size: 118 bytes
Line 
1package finki.paw5.model.enumerations;
2
3public enum Size {
4 XSMALL,
5 SMALL,
6 MEDIUM,
7 LARGE,
8 XLARGE
9}
Note: See TracBrowser for help on using the repository browser.