public final class NativeBooleanType extends NativeIntegralType
JAVA_LANG_PACKAGE| Constructor and Description |
|---|
NativeBooleanType(boolean nullable) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
formatLiteral(boolean value) |
protected java.lang.String |
formatLiteral(java.lang.String rawValue) |
java.math.BigInteger |
getLowerBound() |
java.math.BigInteger |
getUpperBound() |
boolean |
isSimple() |
boolean |
requiresBigInt() |
formatLiteralgetArrayElement, getArrayTraits, getRawArraygetFullNamegetName, getPackageNamepublic boolean isSimple()
isSimple in class JavaNativeTypepublic boolean requiresBigInt()
requiresBigInt in class NativeIntegralTypepublic java.math.BigInteger getLowerBound()
getLowerBound in class NativeIntegralTypepublic java.math.BigInteger getUpperBound()
getUpperBound in class NativeIntegralTypepublic java.lang.String formatLiteral(boolean value)
protected java.lang.String formatLiteral(java.lang.String rawValue)
throws zserio.extension.common.ZserioExtensionException
formatLiteral in class NativeIntegralTypezserio.extension.common.ZserioExtensionExceptionLast updated 2024-10-29 12:54:06