public class POWER_SOURCE_TYPE
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static POWER_SOURCE_TYPE |
FULL
Indicates that the POWER_SOURCE_TYPE is FULL power
|
int |
ordinal |
static POWER_SOURCE_TYPE |
POE
Indicates that the POWER_SOURCE_TYPE is POE
|
static POWER_SOURCE_TYPE |
POE_PLUS
Indicates that the POWER_SOURCE_TYPE is POE Plus
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(int val) |
static POWER_SOURCE_TYPE |
GetPowerSourceTypeValue(int value) |
int |
getValue() |
java.lang.String |
toString() |
public static final POWER_SOURCE_TYPE FULL
public static final POWER_SOURCE_TYPE POE_PLUS
public static final POWER_SOURCE_TYPE POE
public final int ordinal
public boolean equals(int val)
public int getValue()
public java.lang.String toString()
toString in class java.lang.Objectpublic static POWER_SOURCE_TYPE GetPowerSourceTypeValue(int value)