jp.go.nict.langrid.client.protobuf.test
列挙型 TestProtos.TestEnum

java.lang.Object
  上位を拡張 java.lang.Enum<TestProtos.TestEnum>
      上位を拡張 jp.go.nict.langrid.client.protobuf.test.TestProtos.TestEnum
すべての実装されたインタフェース:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<TestProtos.TestEnum>
含まれているクラス:
TestProtos

public static enum TestProtos.TestEnum
extends Enum<TestProtos.TestEnum>
implements com.google.protobuf.ProtocolMessageEnum


列挙型定数の概要
value1
           
value2
           
value3
           
 
メソッドの概要
static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
           
 com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
           
 int getNumber()
           
 com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
           
static com.google.protobuf.Internal.EnumLiteMap<TestProtos.TestEnum> internalGetValueMap()
           
static TestProtos.TestEnum valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static TestProtos.TestEnum valueOf(int value)
           
static TestProtos.TestEnum valueOf(String name)
          指定した名前を持つこの型の列挙型定数を返します。
static TestProtos.TestEnum[] values()
          この列挙型の定数を含む配列を宣言されている順序で返します。
 
クラス java.lang.Enum から継承されたメソッド
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
クラス java.lang.Object から継承されたメソッド
getClass, notify, notifyAll, wait, wait, wait
 

列挙型定数の詳細

value1

public static final TestProtos.TestEnum value1

value2

public static final TestProtos.TestEnum value2

value3

public static final TestProtos.TestEnum value3
メソッドの詳細

values

public static TestProtos.TestEnum[] values()
この列挙型の定数を含む配列を宣言されている順序で返します。 このメソッドは次のようにして定数を反復するために使用できます:
for (TestProtos.TestEnum c : TestProtos.TestEnum.values())
    System.out.println(c);

戻り値:
この列挙型の定数を宣言されている順序で含む配列

valueOf

public static TestProtos.TestEnum valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。 文字列は、この型の列挙型定数を宣言するのに使用した識別子と厳密に 一致している必要があります (余分な空白文字を含めることはできません)。

パラメータ:
name - 返される列挙型定数の名前
戻り値:
指定された名前を持つ列挙型定数
例外:
IllegalArgumentException - 指定された名前を持つ定数を この列挙型が持っていない場合
NullPointerException - 引数が null の場合

getNumber

public final int getNumber()
定義:
インタフェース com.google.protobuf.Internal.EnumLite 内の getNumber
定義:
インタフェース com.google.protobuf.ProtocolMessageEnum 内の getNumber

valueOf

public static TestProtos.TestEnum valueOf(int value)

internalGetValueMap

public static com.google.protobuf.Internal.EnumLiteMap<TestProtos.TestEnum> internalGetValueMap()

getValueDescriptor

public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
定義:
インタフェース com.google.protobuf.ProtocolMessageEnum 内の getValueDescriptor

getDescriptorForType

public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
定義:
インタフェース com.google.protobuf.ProtocolMessageEnum 内の getDescriptorForType

getDescriptor

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

valueOf

public static TestProtos.TestEnum valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)