Accessing Kotlin Sealed Class from Java December 31, 2023 by Tarik You have to use the INSTANCE property: ScanAction test = ScanAction.Continue.INSTANCE;