-
public class ISwitch.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerSWITCH_TYPE_NONEprivate final IntegerSWITCH_TYPE_NORMALprivate final IntegerSWITCH_TYPE_WRITE_ONLYprivate final IntegerSWITCH_STATUS_NONEprivate final IntegerSWITCH_STATUS_ONprivate final IntegerSWITCH_STATUS_OFFpublic final static ISwitch.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetSWITCH_TYPE_NONE()final IntegergetSWITCH_TYPE_NORMAL()final IntegergetSWITCH_TYPE_WRITE_ONLY()final IntegergetSWITCH_STATUS_NONE()final IntegergetSWITCH_STATUS_ON()final IntegergetSWITCH_STATUS_OFF()-
-
Method Detail
-
getSWITCH_TYPE_NONE
final Integer getSWITCH_TYPE_NONE()
-
getSWITCH_TYPE_NORMAL
final Integer getSWITCH_TYPE_NORMAL()
-
getSWITCH_TYPE_WRITE_ONLY
final Integer getSWITCH_TYPE_WRITE_ONLY()
-
getSWITCH_STATUS_NONE
final Integer getSWITCH_STATUS_NONE()
-
getSWITCH_STATUS_ON
final Integer getSWITCH_STATUS_ON()
-
getSWITCH_STATUS_OFF
final Integer getSWITCH_STATUS_OFF()
-
-
-
-