type

JavaParameterize

@Serializable { simple=true }
enum class JavaParameterize : Enum

JavaParameterize

enum

constructors

fromStr

Return the JavaParameterize instance for the specified name.

fields

vals

List of JavaParameterize values indexed by ordinal

methods

Slot Details

fromStr

static new fromStr(Str name, Bool checked := true)

Return the JavaParameterize instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

isNo

Bool isNo()

isYes

Bool isYes()

no

const static JavaParameterize no := ...

vals

const static JavaParameterize[] vals := ...

List of JavaParameterize values indexed by ordinal

yes

const static JavaParameterize yes := ...