public static final class DeviceResources.Device.LutDefinitions.LutCell.Builder
extends org.capnproto.StructBuilder
Modifier and Type | Method and Description |
---|---|
DeviceResources.Device.LutDefinitions.LutCell.Reader |
asReader() |
org.capnproto.Text.Builder |
getCell() |
DeviceResources.Device.LutDefinitions.LutCell.Equation.Builder |
getEquation() |
org.capnproto.TextList.Builder |
getInputPins() |
boolean |
hasCell() |
boolean |
hasInputPins() |
org.capnproto.Text.Builder |
initCell(int size) |
DeviceResources.Device.LutDefinitions.LutCell.Equation.Builder |
initEquation() |
org.capnproto.TextList.Builder |
initInputPins(int size) |
void |
setCell(String value) |
void |
setCell(org.capnproto.Text.Reader value) |
void |
setInputPins(org.capnproto.TextList.Reader value) |
public final DeviceResources.Device.LutDefinitions.LutCell.Reader asReader()
public final boolean hasCell()
public final org.capnproto.Text.Builder getCell()
public final void setCell(org.capnproto.Text.Reader value)
public final void setCell(String value)
public final org.capnproto.Text.Builder initCell(int size)
public final boolean hasInputPins()
public final org.capnproto.TextList.Builder getInputPins()
public final void setInputPins(org.capnproto.TextList.Reader value)
public final org.capnproto.TextList.Builder initInputPins(int size)
public final DeviceResources.Device.LutDefinitions.LutCell.Equation.Builder getEquation()
public final DeviceResources.Device.LutDefinitions.LutCell.Equation.Builder initEquation()