|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | 列挙型定数 | フィールド | メソッド | 詳細: 列挙型定数 | フィールド | メソッド |
java.lang.Objectjava.lang.Enum<VodafoneType>
jp.sourceforge.livez.vodafone.VodafoneType
public enum VodafoneType
ボーダフォン端末の詳細な型を表す列挙型です。
列挙型定数の概要 | |
---|---|
C2
C2型端末 |
|
C3
C3型端末 |
|
C4
C4型端末 |
|
P4_1
P4(1)型端末 |
|
P4_2
P4(2)型端末 |
|
P5
P5型端末 |
|
P6
P6型端末 |
|
P7
P7型端末 |
|
S_3GC
3GC型端末(S) |
|
UNKNOWN
不明な型 |
|
UNKNOWN_C
不明なC型端末 |
|
UNKNOWN_P
不明なP型端末 |
|
W
W型端末 |
|
X_3GC
3GC型端末(X) |
メソッドの概要 | |
---|---|
VodafoneCategoryType |
getCategoryType()
ボーダフォン端末の型を返します。 |
static VodafoneType |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。 |
static VodafoneType[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。 |
クラス java.lang.Enum から継承されたメソッド |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
クラス java.lang.Object から継承されたメソッド |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
列挙型定数の詳細 |
---|
public static final VodafoneType C2
public static final VodafoneType C3
public static final VodafoneType C4
public static final VodafoneType UNKNOWN_C
public static final VodafoneType P4_1
public static final VodafoneType P4_2
public static final VodafoneType P5
public static final VodafoneType P6
public static final VodafoneType P7
public static final VodafoneType UNKNOWN_P
public static final VodafoneType W
public static final VodafoneType X_3GC
public static final VodafoneType S_3GC
public static final VodafoneType UNKNOWN
メソッドの詳細 |
---|
public static final VodafoneType[] values()
for(VodafoneType c : VodafoneType.values()) System.out.println(c);
public static VodafoneType valueOf(String name)
name
- 返される列挙型定数の名前
IllegalArgumentException
- 指定された名前を持つ定数を
この列挙型が持っていない場合public VodafoneCategoryType getCategoryType()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | 列挙型定数 | フィールド | メソッド | 詳細: 列挙型定数 | フィールド | メソッド |