Package edu.psu.cse.siis.ic3
Interface Ic3Data.AttributeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Ic3Data.Attribute,Ic3Data.Attribute.Builder
- Enclosing class:
- Ic3Data
public static interface Ic3Data.AttributeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetIntValue(int index) repeated int32 int_value = 3;intrepeated int32 int_value = 3;repeated int32 int_value = 3;getKind()optional .edu.psu.cse.siis.ic3.AttributeKind kind = 1;getValue(int index) repeated string value = 2;com.google.protobuf.ByteStringgetValueBytes(int index) repeated string value = 2;intrepeated string value = 2;repeated string value = 2;booleanhasKind()optional .edu.psu.cse.siis.ic3.AttributeKind kind = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasKind
boolean hasKind()optional .edu.psu.cse.siis.ic3.AttributeKind kind = 1;- Returns:
- Whether the kind field is set.
-
getKind
Ic3Data.AttributeKind getKind()optional .edu.psu.cse.siis.ic3.AttributeKind kind = 1;- Returns:
- The kind.
-
getValueList
repeated string value = 2;- Returns:
- A list containing the value.
-
getValueCount
int getValueCount()repeated string value = 2;- Returns:
- The count of value.
-
getValue
repeated string value = 2;- Parameters:
index- The index of the element to return.- Returns:
- The value at the given index.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes(int index) repeated string value = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the value at the given index.
-
getIntValueList
repeated int32 int_value = 3;- Returns:
- A list containing the intValue.
-
getIntValueCount
int getIntValueCount()repeated int32 int_value = 3;- Returns:
- The count of intValue.
-
getIntValue
int getIntValue(int index) repeated int32 int_value = 3;- Parameters:
index- The index of the element to return.- Returns:
- The intValue at the given index.
-