Java implementation: int android.widget.AbsListView.getChoiceMode()

Property definitions

android $ Android_widget_AbsListView :: get_choice_mode
	# Java implementation: int android.widget.AbsListView.getChoiceMode()
	fun get_choice_mode: Int in "Java" `{
		return self.getChoiceMode();
	`}
lib/android/ui/native_ui.nit:517,2--520,3