public class Enforcement
extends java.lang.Object
| Constructor and Description |
|---|
Enforcement()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
check(int enforcement)
Method will compare given enforcement value with the one currently
determined known to the object of this class to be the highest.
|
int |
get()
Method will get the resulting value for the enforcement
|
public void check(int enforcement)
enforcement - value to checkpublic int get()