Удалить 'ProjectExcavator/src/RollersCount.java'
This commit is contained in:
parent
1dd764d0d7
commit
b019ddaf9a
@ -1,12 +0,0 @@
|
|||||||
public enum RollersCount {
|
|
||||||
OneRoller(1),
|
|
||||||
TwoRollers(2),
|
|
||||||
ThreeRollers(3);
|
|
||||||
private int numOfRollers;
|
|
||||||
RollersCount(int numOfRollers){
|
|
||||||
this.numOfRollers = numOfRollers;
|
|
||||||
}
|
|
||||||
public int getNumOfRollers(){
|
|
||||||
return numOfRollers;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user