Class POWER_SOURCE_TYPE


  • public class POWER_SOURCE_TYPE
    extends java.lang.Object
    • 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:
        toString in class java.lang.Object
      • GetPowerSourceTypeValue

        public static POWER_SOURCE_TYPE GetPowerSourceTypeValue​(int value)