jp.go.nict.langrid.client.protobuf.proto
クラス ParallelTextProtos.ParallelText

java.lang.Object
  上位を拡張 com.google.protobuf.AbstractMessageLite
      上位を拡張 com.google.protobuf.AbstractMessage
          上位を拡張 com.google.protobuf.GeneratedMessage
              上位を拡張 jp.go.nict.langrid.client.protobuf.proto.ParallelTextProtos.ParallelText
すべての実装されたインタフェース:
com.google.protobuf.Message, com.google.protobuf.MessageLite
含まれているクラス:
ParallelTextProtos

public static final class ParallelTextProtos.ParallelText
extends com.google.protobuf.GeneratedMessage


入れ子のクラスの概要
static class ParallelTextProtos.ParallelText.Builder
           
 
クラス com.google.protobuf.GeneratedMessage から継承された入れ子のクラス/インタフェース
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
 
フィールドの概要
static int SOURCE_FIELD_NUMBER
           
static int TARGET_FIELD_NUMBER
           
 
メソッドの概要
static ParallelTextProtos.ParallelText getDefaultInstance()
           
 ParallelTextProtos.ParallelText getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 int getSerializedSize()
           
 String getSource()
           
 String getTarget(int index)
           
 int getTargetCount()
           
 List<String> getTargetList()
           
 boolean hasSource()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static ParallelTextProtos.ParallelText.Builder newBuilder()
           
static ParallelTextProtos.ParallelText.Builder newBuilder(ParallelTextProtos.ParallelText prototype)
           
 ParallelTextProtos.ParallelText.Builder newBuilderForType()
           
static ParallelTextProtos.ParallelText parseDelimitedFrom(InputStream input)
           
static ParallelTextProtos.ParallelText parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ParallelTextProtos.ParallelText parseFrom(byte[] data)
           
static ParallelTextProtos.ParallelText parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ParallelTextProtos.ParallelText parseFrom(com.google.protobuf.ByteString data)
           
static ParallelTextProtos.ParallelText parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ParallelTextProtos.ParallelText parseFrom(com.google.protobuf.CodedInputStream input)
           
static ParallelTextProtos.ParallelText parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ParallelTextProtos.ParallelText parseFrom(InputStream input)
           
static ParallelTextProtos.ParallelText parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ParallelTextProtos.ParallelText.Builder toBuilder()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
クラス com.google.protobuf.GeneratedMessage から継承されたメソッド
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newGeneratedExtension, newRepeatedGeneratedExtension
 
クラス com.google.protobuf.AbstractMessage から継承されたメソッド
equals, hashCode, toString
 
クラス com.google.protobuf.AbstractMessageLite から継承されたメソッド
toByteArray, toByteString, writeDelimitedTo, writeTo
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
インタフェース com.google.protobuf.MessageLite から継承されたメソッド
toByteArray, toByteString, writeDelimitedTo, writeTo
 

フィールドの詳細

SOURCE_FIELD_NUMBER

public static final int SOURCE_FIELD_NUMBER
関連項目:
定数フィールド値

TARGET_FIELD_NUMBER

public static final int TARGET_FIELD_NUMBER
関連項目:
定数フィールド値
メソッドの詳細

getDefaultInstance

public static ParallelTextProtos.ParallelText getDefaultInstance()

getDefaultInstanceForType

public ParallelTextProtos.ParallelText getDefaultInstanceForType()

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
定義:
クラス com.google.protobuf.GeneratedMessage 内の internalGetFieldAccessorTable

hasSource

public boolean hasSource()

getSource

public String getSource()

getTargetList

public List<String> getTargetList()

getTargetCount

public int getTargetCount()

getTarget

public String getTarget(int index)

isInitialized

public final boolean isInitialized()
定義:
インタフェース com.google.protobuf.MessageLite 内の isInitialized
オーバーライド:
クラス com.google.protobuf.GeneratedMessage 内の isInitialized

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
定義:
インタフェース com.google.protobuf.MessageLite 内の writeTo
オーバーライド:
クラス com.google.protobuf.AbstractMessage 内の writeTo
例外:
IOException

getSerializedSize

public int getSerializedSize()
定義:
インタフェース com.google.protobuf.MessageLite 内の getSerializedSize
オーバーライド:
クラス com.google.protobuf.AbstractMessage 内の getSerializedSize

parseFrom

public static ParallelTextProtos.ParallelText parseFrom(com.google.protobuf.ByteString data)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
例外:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ParallelTextProtos.ParallelText parseFrom(com.google.protobuf.ByteString data,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
例外:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ParallelTextProtos.ParallelText parseFrom(byte[] data)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
例外:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ParallelTextProtos.ParallelText parseFrom(byte[] data,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
例外:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ParallelTextProtos.ParallelText parseFrom(InputStream input)
                                                 throws IOException
例外:
IOException

parseFrom

public static ParallelTextProtos.ParallelText parseFrom(InputStream input,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws IOException
例外:
IOException

parseDelimitedFrom

public static ParallelTextProtos.ParallelText parseDelimitedFrom(InputStream input)
                                                          throws IOException
例外:
IOException

parseDelimitedFrom

public static ParallelTextProtos.ParallelText parseDelimitedFrom(InputStream input,
                                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                          throws IOException
例外:
IOException

parseFrom

public static ParallelTextProtos.ParallelText parseFrom(com.google.protobuf.CodedInputStream input)
                                                 throws IOException
例外:
IOException

parseFrom

public static ParallelTextProtos.ParallelText parseFrom(com.google.protobuf.CodedInputStream input,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws IOException
例外:
IOException

newBuilder

public static ParallelTextProtos.ParallelText.Builder newBuilder()

newBuilderForType

public ParallelTextProtos.ParallelText.Builder newBuilderForType()

newBuilder

public static ParallelTextProtos.ParallelText.Builder newBuilder(ParallelTextProtos.ParallelText prototype)

toBuilder

public ParallelTextProtos.ParallelText.Builder toBuilder()