public enum TrimType extends Enum<TrimType>
public static final TrimType LEFT
public static final TrimType RIGHT
public static final TrimType NONE
public static final TrimType BOTH
public static TrimType[] values()
for(TrimType c: TrimType.values()) System.out.println(c);
public static TrimType valueOf(String name)
name
- 返される列挙型定数の名前IllegalArgumentException
- 指定された名前を持つ定数を
この列挙型が持っていない場合NullPointerException
- 引数がnullの場合Copyright © 2014 NTT DATA Corporation.