enum class fanc::JavaParameterize

sys::Obj
  sys::Enum
    fanc::JavaParameterize

@Serializable { simple=true }

Source

JavaParameterize

fromStr

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

Source

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()

Source

isYes

Bool isYes()

Source

no

const static JavaParameterize no := ...

Source

vals

const static JavaParameterize[] vals := ...

Source

List of JavaParameterize values indexed by ordinal

yes

const static JavaParameterize yes := ...

Source