public static final class Ic3Data.Attribute extends com.google.protobuf.GeneratedMessage implements Ic3Data.AttributeOrBuilder
edu.psu.cse.siis.ic3.Attribute| Modifier and Type | Class and Description |
|---|---|
static class |
Ic3Data.Attribute.Builder
Protobuf type
edu.psu.cse.siis.ic3.Attribute |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
INT_VALUE_FIELD_NUMBER |
static int |
KIND_FIELD_NUMBER |
static com.google.protobuf.Parser<Ic3Data.Attribute> |
PARSER |
static int |
VALUE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static Ic3Data.Attribute |
getDefaultInstance() |
Ic3Data.Attribute |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<Ic3Data.Attribute> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Ic3Data.Attribute.Builder |
newBuilder() |
static Ic3Data.Attribute.Builder |
newBuilder(Ic3Data.Attribute prototype) |
Ic3Data.Attribute.Builder |
newBuilderForType() |
protected Ic3Data.Attribute.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Ic3Data.Attribute |
parseDelimitedFrom(InputStream input) |
static Ic3Data.Attribute |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ic3Data.Attribute |
parseFrom(byte[] data) |
static Ic3Data.Attribute |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ic3Data.Attribute |
parseFrom(com.google.protobuf.ByteString data) |
static Ic3Data.Attribute |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ic3Data.Attribute |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Ic3Data.Attribute |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ic3Data.Attribute |
parseFrom(InputStream input) |
static Ic3Data.Attribute |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Ic3Data.Attribute.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, writeString, writeStringNoTagequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<Ic3Data.Attribute> PARSER
public static final int KIND_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
public static final int INT_VALUE_FIELD_NUMBER
public static Ic3Data.Attribute getDefaultInstance()
public Ic3Data.Attribute getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<Ic3Data.Attribute> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasKind()
optional .edu.psu.cse.siis.ic3.AttributeKind kind = 1;hasKind in interface Ic3Data.AttributeOrBuilderpublic Ic3Data.AttributeKind getKind()
optional .edu.psu.cse.siis.ic3.AttributeKind kind = 1;getKind in interface Ic3Data.AttributeOrBuilderpublic List<String> getValueList()
repeated string value = 2;getValueList in interface Ic3Data.AttributeOrBuilderpublic int getValueCount()
repeated string value = 2;getValueCount in interface Ic3Data.AttributeOrBuilderpublic String getValue(int index)
repeated string value = 2;getValue in interface Ic3Data.AttributeOrBuilderpublic com.google.protobuf.ByteString getValueBytes(int index)
repeated string value = 2;getValueBytes in interface Ic3Data.AttributeOrBuilderpublic List<Integer> getIntValueList()
repeated int32 int_value = 3;getIntValueList in interface Ic3Data.AttributeOrBuilderpublic int getIntValueCount()
repeated int32 int_value = 3;getIntValueCount in interface Ic3Data.AttributeOrBuilderpublic int getIntValue(int index)
repeated int32 int_value = 3;getIntValue in interface Ic3Data.AttributeOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static Ic3Data.Attribute parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Ic3Data.Attribute parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Ic3Data.Attribute parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Ic3Data.Attribute parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Ic3Data.Attribute parseFrom(InputStream input) throws IOException
IOExceptionpublic static Ic3Data.Attribute parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Ic3Data.Attribute parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Ic3Data.Attribute parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Ic3Data.Attribute parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Ic3Data.Attribute parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Ic3Data.Attribute.Builder newBuilder()
public Ic3Data.Attribute.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Ic3Data.Attribute.Builder newBuilder(Ic3Data.Attribute prototype)
public Ic3Data.Attribute.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Ic3Data.Attribute.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2018. All rights reserved.