mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-14 07:17:13 -04:00
nothing seems to work
This commit is contained in:
parent
571af77a0c
commit
2108c69365
@ -11,7 +11,6 @@ import de.neemann.digital.lang.Lang;
|
||||
*/
|
||||
public class AttributeKey<VALUE> {
|
||||
|
||||
//CHECKSTYLE.OFF: ConstantName
|
||||
public static final AttributeKey<Integer> Bits = new AttributeKey<>("Bits", Lang.get("key_dataBits"), 1);
|
||||
public static final AttributeKey<Integer> InputCount = new AttributeKey<>("Inputs", Lang.get("key_numberInputs"), 2);
|
||||
public static final AttributeKey<String> Label = new AttributeKey<>("Label", Lang.get("key_label"), "");
|
||||
@ -38,7 +37,6 @@ public class AttributeKey<VALUE> {
|
||||
public static final AttributeKey<Boolean> ShowDataGraph = new AttributeKey<>("showDataGraph", Lang.get("key_showDataGraph"), false);
|
||||
public static final AttributeKey<Boolean> StartTimer = new AttributeKey<>("startTimer", Lang.get("key_startClock"), false);
|
||||
public static final AttributeKey<Boolean> MicroStep = new AttributeKey<>("microStep", Lang.get("key_microStep"), false);
|
||||
//CHECKSTYLE.ON: ConstantName
|
||||
|
||||
private final String key;
|
||||
private final VALUE def;
|
||||
|
Loading…
x
Reference in New Issue
Block a user