PIbd-11 Karakozov_AK LabWork03 Hard #3
@ -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