public static interface Ic3Data.AttributeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getIntValue(int index)
repeated int32 int_value = 3; |
int |
getIntValueCount()
repeated int32 int_value = 3; |
List<Integer> |
getIntValueList()
repeated int32 int_value = 3; |
Ic3Data.AttributeKind |
getKind()
optional .edu.psu.cse.siis.ic3.AttributeKind kind = 1; |
String |
getValue(int index)
repeated string value = 2; |
com.google.protobuf.ByteString |
getValueBytes(int index)
repeated string value = 2; |
int |
getValueCount()
repeated string value = 2; |
List<String> |
getValueList()
repeated string value = 2; |
boolean |
hasKind()
optional .edu.psu.cse.siis.ic3.AttributeKind kind = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasKind()
optional .edu.psu.cse.siis.ic3.AttributeKind kind = 1;Ic3Data.AttributeKind getKind()
optional .edu.psu.cse.siis.ic3.AttributeKind kind = 1;int getValueCount()
repeated string value = 2;String getValue(int index)
repeated string value = 2;com.google.protobuf.ByteString getValueBytes(int index)
repeated string value = 2;int getIntValueCount()
repeated int32 int_value = 3;int getIntValue(int index)
repeated int32 int_value = 3;Copyright © 2018. All rights reserved.