Skip to content

Commit

Permalink
Test SC_E_AIM_Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrudu committed Sep 19, 2022
1 parent 10174bb commit ca262e1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package com.zebra.datawedgeprofileenums;

public enum SC_E_AIM_MODE {
ON("on"),
OFF("off");
ON("1"),
OFF("0");

private String enumString;
private SC_E_AIM_MODE(String confName)
Expand Down

0 comments on commit ca262e1

Please sign in to comment.