Package com.zebra.rfid.api3
Class POWER_SOURCE_TYPE
- java.lang.Object
-
- com.zebra.rfid.api3.POWER_SOURCE_TYPE
-
public class POWER_SOURCE_TYPE extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static POWER_SOURCE_TYPEFULLIndicates that the POWER_SOURCE_TYPE is FULL powerintordinalstatic POWER_SOURCE_TYPEPOEIndicates that the POWER_SOURCE_TYPE is POEstatic POWER_SOURCE_TYPEPOE_PLUSIndicates that the POWER_SOURCE_TYPE is POE Plus
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(int val)static POWER_SOURCE_TYPEGetPowerSourceTypeValue(int value)intgetValue()java.lang.StringtoString()
-
-
-
Field Detail
-
FULL
public static final POWER_SOURCE_TYPE FULL
Indicates that the POWER_SOURCE_TYPE is FULL power
-
POE_PLUS
public static final POWER_SOURCE_TYPE POE_PLUS
Indicates that the POWER_SOURCE_TYPE is POE Plus
-
POE
public static final POWER_SOURCE_TYPE POE
Indicates that the POWER_SOURCE_TYPE is POE
-
ordinal
public final int ordinal
-
-
Method Detail
-
equals
public boolean equals(int val)
-
getValue
public int getValue()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
GetPowerSourceTypeValue
public static POWER_SOURCE_TYPE GetPowerSourceTypeValue(int value)
-
-