ViaThinkSoft CodeLib
This article is in:
CodeLib → Programming aids → Java
public enum Treibstoff {
BENZIN, DIESEL, SUPER
static public int getLength() {
return values().length; // 3
}
}
Daniel Marschall
ViaThinkSoft Co-Founder
ViaThinkSoft Co-Founder