public class Capteur
extends java.lang.Object
Constructor and Description |
---|
Capteur(int validity,
int value) |
Modifier and Type | Method and Description |
---|---|
int |
getValidity() |
int |
getValue() |
void |
setValidity(int validity) |
void |
setValue(int value) |
java.lang.String |
toString() |