1. Project Clover database Sun May 19 2019 23:30:46 BRT
  2. Package net.technearts

File Country.java

 

Code metrics

0
0
0
1
5
4
0
-
-
0
-

Classes

Class Line # Actions
Country 3 0 - 0 0
-1.0 -
 

Contributing tests

No tests hitting this source file were found.

Source view

1    package net.technearts;
2   
 
3    public enum Country {
4    PT, BR, US
5    }