Interface AppFrameProtoOut.ComponentTreeMsgOutProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AppFrameProtoOut.ComponentTreeMsgOutProto,AppFrameProtoOut.ComponentTreeMsgOutProto.Builder
- Enclosing class:
- AppFrameProtoOut
public static interface AppFrameProtoOut.ComponentTreeMsgOutProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppFrameProtoOut.ComponentTreeMsgOutProtogetComponents(int index)repeated .appFrameProtoOut.ComponentTreeMsgOutProto components = 10;intgetComponentsCount()repeated .appFrameProtoOut.ComponentTreeMsgOutProto components = 10;java.util.List<AppFrameProtoOut.ComponentTreeMsgOutProto>getComponentsList()repeated .appFrameProtoOut.ComponentTreeMsgOutProto components = 10;AppFrameProtoOut.ComponentTreeMsgOutProtoOrBuildergetComponentsOrBuilder(int index)repeated .appFrameProtoOut.ComponentTreeMsgOutProto components = 10;java.util.List<? extends AppFrameProtoOut.ComponentTreeMsgOutProtoOrBuilder>getComponentsOrBuilderList()repeated .appFrameProtoOut.ComponentTreeMsgOutProto components = 10;java.lang.StringgetComponentType()optional string componentType = 1;com.google.protobuf.ByteStringgetComponentTypeBytes()optional string componentType = 1;booleangetEnabled()optional bool enabled = 8;intgetHeight()optional sint32 height = 7;booleangetHidden()optional bool hidden = 11;java.lang.StringgetName()optional string name = 2;com.google.protobuf.ByteStringgetNameBytes()optional string name = 2;intgetScreenX()optional sint32 screenX = 4;intgetScreenY()optional sint32 screenY = 5;booleangetSelected()optional bool selected = 12;java.lang.StringgetValue()optional string value = 3;com.google.protobuf.ByteStringgetValueBytes()optional string value = 3;booleangetVisible()optional bool visible = 9;intgetWidth()optional sint32 width = 6;booleanhasComponentType()optional string componentType = 1;booleanhasEnabled()optional bool enabled = 8;booleanhasHeight()optional sint32 height = 7;booleanhasHidden()optional bool hidden = 11;booleanhasName()optional string name = 2;booleanhasScreenX()optional sint32 screenX = 4;booleanhasScreenY()optional sint32 screenY = 5;booleanhasSelected()optional bool selected = 12;booleanhasValue()optional string value = 3;booleanhasVisible()optional bool visible = 9;booleanhasWidth()optional sint32 width = 6;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasComponentType
boolean hasComponentType()
optional string componentType = 1;
-
getComponentType
java.lang.String getComponentType()
optional string componentType = 1;
-
getComponentTypeBytes
com.google.protobuf.ByteString getComponentTypeBytes()
optional string componentType = 1;
-
hasName
boolean hasName()
optional string name = 2;
-
getName
java.lang.String getName()
optional string name = 2;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional string name = 2;
-
hasValue
boolean hasValue()
optional string value = 3;
-
getValue
java.lang.String getValue()
optional string value = 3;
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()
optional string value = 3;
-
hasScreenX
boolean hasScreenX()
optional sint32 screenX = 4;
-
getScreenX
int getScreenX()
optional sint32 screenX = 4;
-
hasScreenY
boolean hasScreenY()
optional sint32 screenY = 5;
-
getScreenY
int getScreenY()
optional sint32 screenY = 5;
-
hasWidth
boolean hasWidth()
optional sint32 width = 6;
-
getWidth
int getWidth()
optional sint32 width = 6;
-
hasHeight
boolean hasHeight()
optional sint32 height = 7;
-
getHeight
int getHeight()
optional sint32 height = 7;
-
hasEnabled
boolean hasEnabled()
optional bool enabled = 8;
-
getEnabled
boolean getEnabled()
optional bool enabled = 8;
-
hasVisible
boolean hasVisible()
optional bool visible = 9;
-
getVisible
boolean getVisible()
optional bool visible = 9;
-
getComponentsList
java.util.List<AppFrameProtoOut.ComponentTreeMsgOutProto> getComponentsList()
repeated .appFrameProtoOut.ComponentTreeMsgOutProto components = 10;
-
getComponents
AppFrameProtoOut.ComponentTreeMsgOutProto getComponents(int index)
repeated .appFrameProtoOut.ComponentTreeMsgOutProto components = 10;
-
getComponentsCount
int getComponentsCount()
repeated .appFrameProtoOut.ComponentTreeMsgOutProto components = 10;
-
getComponentsOrBuilderList
java.util.List<? extends AppFrameProtoOut.ComponentTreeMsgOutProtoOrBuilder> getComponentsOrBuilderList()
repeated .appFrameProtoOut.ComponentTreeMsgOutProto components = 10;
-
getComponentsOrBuilder
AppFrameProtoOut.ComponentTreeMsgOutProtoOrBuilder getComponentsOrBuilder(int index)
repeated .appFrameProtoOut.ComponentTreeMsgOutProto components = 10;
-
hasHidden
boolean hasHidden()
optional bool hidden = 11;
-
getHidden
boolean getHidden()
optional bool hidden = 11;
-
hasSelected
boolean hasSelected()
optional bool selected = 12;
-
getSelected
boolean getSelected()
optional bool selected = 12;
-
-