Package openGql.grammar
Class USmallIntType.Builder
- java.lang.Object
-
- openGql.grammar.USmallIntType.Builder
-
- Enclosing class:
- USmallIntType
public static final class USmallIntType.Builder extends java.lang.ObjectA fluent builder forUSmallIntType.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description USmallIntTypebuild()Builds an immutableUSmallIntType.USmallIntType.BuildernotNull(java.lang.Boolean notNull)
-
-
-
Method Detail
-
notNull
public USmallIntType.Builder notNull(java.lang.Boolean notNull)
-
build
public USmallIntType build()
Builds an immutableUSmallIntType.
-
-