public enum EmotionalSpeaker extends Enum<EmotionalSpeaker> implements Speakable<EmotionalVoiceContext>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
EmotionalVoiceContext |
ready() |
static EmotionalSpeaker |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static EmotionalSpeaker[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final EmotionalSpeaker HARUKA
public static final EmotionalSpeaker HIKARI
public static final EmotionalSpeaker TAKERU
public static EmotionalSpeaker[] values()
for(EmotionalSpeaker c: EmotionalSpeaker.values()) System.out.println(c);
public static EmotionalSpeaker valueOf(String name)
name - 返される列挙型定数の名前。IllegalArgumentException - この列挙型に、指定した名前の定数がない場合NullPointerException - 引数がnullの場合public EmotionalVoiceContext ready()
ready インタフェース内 Speakable<EmotionalVoiceContext>Copyright © 2014. All Rights Reserved.