enum class fanc::JavaParameterize
sys::Obj sys::Enum fanc::JavaParameterize
@Serializable { simple=true }
JavaParameterize
- 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 := ...