列挙型定数と説明 |
---|
PAR0 |
PAR1 |
PAR2 |
PAR3 |
PAR4 |
PAR5 |
PARA |
PARC |
PARF |
PARL |
PARN |
PARQ |
PB |
PF |
SYNTHETIC |
修飾子とタイプ | メソッドと説明 |
---|---|
static SPCType |
valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static SPCType[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final SPCType PAR0
public static final SPCType PAR1
public static final SPCType PAR2
public static final SPCType PAR3
public static final SPCType PAR4
public static final SPCType PAR5
public static final SPCType PARA
public static final SPCType PARC
public static final SPCType PARF
public static final SPCType PARL
public static final SPCType PARN
public static final SPCType PARQ
public static final SPCType PB
public static final SPCType PF
public static final SPCType SYNTHETIC
public static SPCType[] values()
for(SPCType c: SPCType.values()) System.out.println(c);
public static SPCType valueOf(java.lang.String name)
name
- 返される列挙型定数の名前。java.lang.IllegalArgumentException
- この列挙型に、指定した名前の定数がない場合java.lang.NullPointerException
- 引数がnullの場合