|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.infoteria.asteria.flowbuilder2.stream.StreamType
ストリーム型
Field Summary | |
static int |
ALL
|
static int |
ANY
|
static int |
BINARY
バイナリ |
static int |
CSV
CSV |
static int |
FIXED_STRING
固定長文字列 |
static int |
HTML
HTML |
static int |
MIME
MIME |
static int |
PARAMETER_LIST
ParameterList |
static int |
RECORDS
レコード |
static int |
TEXT
テキスト |
static int |
UNKNOWN
型不明 |
static int |
XML
XML |
Constructor Summary | |
StreamType()
|
Method Summary | |
static int |
strToType(String str)
文字列で渡されたストリーム型をintに変換します。 |
static String |
toString(int type)
|
static String |
toString(int type,
String sep)
ストリーム型を文字列化します。 引数のtypeが複数のストリーム型を表している場合はsepで区切ります。 |
static String[] |
toStringArray(int type)
ストリーム型を文字列の配列化します。 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int UNKNOWN
public static final int BINARY
public static final int TEXT
public static final int HTML
public static final int PARAMETER_LIST
public static final int RECORDS
public static final int CSV
public static final int FIXED_STRING
public static final int MIME
public static final int XML
public static final int ALL
public static final int ANY
Constructor Detail |
public StreamType()
Method Detail |
public static String toString(int type)
public static String toString(int type, String sep)
public static String[] toStringArray(int type)
public static int strToType(String str)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |