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