Class StreamType

java.lang.Object
com.infoteria.asteria.flowlibrary2.stream.StreamType

public class StreamType extends Object
ストリームの型を表す定数の定義です。
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
    バイナリ
    static final int
    CSV
    static final int
    固定長文字列
    static final int
    HTML
    static final int
    JSON
    static final int
    MIME
    static final int
    ParameterList
    static final int
    レコード
    static final int
    テキスト
    static final int
    型不明
    static final int
    XML
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    引数の文字列に対するStreamTypeを返します。
    static String
    toString(int type)
    ストリーム型名の文字列を取得します。
    引数に複数のストリーム型の or値が渡された場合は「|」で接続されます。

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait