public static final class DeviceResources.Device.Constraints.Tag.Reader
extends org.capnproto.StructReader
Modifier and Type | Method and Description |
---|---|
org.capnproto.Text.Reader |
getDefault() |
org.capnproto.Text.Reader |
getDescription() |
org.capnproto.TextList.Reader |
getSiteTypes() |
org.capnproto.StructList.Reader<DeviceResources.Device.Constraints.State.Reader> |
getStates() |
org.capnproto.Text.Reader |
getTag() |
org.capnproto.TextList.Reader |
getTileTypes() |
boolean |
hasDefault() |
boolean |
hasDescription() |
boolean |
hasSiteTypes() |
boolean |
hasStates() |
boolean |
hasTag() |
boolean |
hasTileTypes() |
boolean |
isSiteTypes() |
boolean |
isTileTypes() |
DeviceResources.Device.Constraints.Tag.Which |
which() |
public DeviceResources.Device.Constraints.Tag.Which which()
public boolean hasTag()
public org.capnproto.Text.Reader getTag()
public boolean hasDescription()
public org.capnproto.Text.Reader getDescription()
public boolean hasDefault()
public org.capnproto.Text.Reader getDefault()
public final boolean isSiteTypes()
public final boolean hasSiteTypes()
public final org.capnproto.TextList.Reader getSiteTypes()
public final boolean isTileTypes()
public final boolean hasTileTypes()
public final org.capnproto.TextList.Reader getTileTypes()
public final boolean hasStates()
public final org.capnproto.StructList.Reader<DeviceResources.Device.Constraints.State.Reader> getStates()