nga.servlet.dsp.parser
クラス PropertyValueParserCollection

java.lang.Object
  上位を拡張 nga.servlet.dsp.parser.PropertyValueParserCollection

public class PropertyValueParserCollection
extends Object

PropertyValueParser 集。


入れ子のクラスの概要
static class PropertyValueParserCollection.BigDecimalPropertyParser
          BigDecimal 用 PropertyValueParser
static class PropertyValueParserCollection.BigIntegerPropertyParser
          BigInteger 用 PropertyValueParser
static class PropertyValueParserCollection.BooleanPropertyParser
          Boolean, boolean 用 PropertyValueParser
static class PropertyValueParserCollection.BytePropertyParser
          Byte, byte 用 PropertyValueParser
static class PropertyValueParserCollection.CharactorPropertyParser
          Charactor, char 用 PropertyValueParser
static class PropertyValueParserCollection.DatePropertyParser
          java.util.Date 用 PropertyValueParser
static class PropertyValueParserCollection.DoublePropertyParser
          Double, double 用 PropertyValueParser
static class PropertyValueParserCollection.FloatPropertyParser
          Float, float 用 PropertyValueParser
static class PropertyValueParserCollection.IntegerPropertyParser
          Integer, int 用 PropertyValueParser
static class PropertyValueParserCollection.LongPropertyParser
          Long, long 用 PropertyValueParser
static class PropertyValueParserCollection.ShortPropertyParser
          Short, short用 PropertyValueParser
static class PropertyValueParserCollection.SqlDatePropertyParser
          java.sql.Date 用 PropertyValueParser
static class PropertyValueParserCollection.SqlTimePropertyParser
          java.sql.Time 用 PropertyValueParser
static class PropertyValueParserCollection.SqlTimestampPropertyParser
          java.sql.Timestamp 用 PropertyValueParser
static class PropertyValueParserCollection.StringPropertyParser
          String 用 PropertyValueParser
static class PropertyValueParserCollection.TextConvertibleParser
          UpdatableByText 用 PropertyValueParser
 
フィールドの概要
static PropertyValueParser FOR_BIGDECIMAL
          BigDecimal 用 PropertyValueParser
static PropertyValueParser FOR_BIGINTEGER
          BigInteger 用 PropertyValueParser
static PropertyValueParser FOR_BOOLEAN
          Boolean, boolean 用 PropertyValueParser
static PropertyValueParser FOR_BYTE
          Byte, byte 用 PropertyValueParser
static PropertyValueParser FOR_CHARACTOR
          Charactor, char 用 PropertyValueParser
static PropertyValueParser FOR_DATE
          java.util.Date 用 PropertyValueParser
static PropertyValueParser FOR_DOUBLE
          Double, double 用 PropertyValueParser
static PropertyValueParser FOR_FLOAT
          Float, float 用 PropertyValueParser
static PropertyValueParser FOR_INTEGER
          Integer, int 用 PropertyValueParser
static PropertyValueParser FOR_LONG
          Long, long 用 PropertyValueParser
static PropertyValueParser FOR_SHORT
          Short, short用 PropertyValueParser
static PropertyValueParser FOR_SQLDATE
          java.sql.Date 用 PropertyValueParser
static PropertyValueParser FOR_SQLTIME
          java.sql.Time 用 PropertyValueParser
static PropertyValueParser FOR_SQLTIMESTAMP
          java.sql.Timestamp 用 PropertyValueParser
static PropertyValueParser FOR_STRING
          String 用 PropertyValueParser
static PropertyValueParser FOR_TEXTCONVERTIBLE
          UpdatableByText 用 PropertyValueParser
 
コンストラクタの概要
PropertyValueParserCollection()
          PropertyValueParserCollection を作成する。
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

FOR_STRING

public static final PropertyValueParser FOR_STRING
String 用 PropertyValueParser


FOR_CHARACTOR

public static final PropertyValueParser FOR_CHARACTOR
Charactor, char 用 PropertyValueParser


FOR_BOOLEAN

public static final PropertyValueParser FOR_BOOLEAN
Boolean, boolean 用 PropertyValueParser


FOR_INTEGER

public static final PropertyValueParser FOR_INTEGER
Integer, int 用 PropertyValueParser


FOR_LONG

public static final PropertyValueParser FOR_LONG
Long, long 用 PropertyValueParser


FOR_SHORT

public static final PropertyValueParser FOR_SHORT
Short, short用 PropertyValueParser


FOR_BYTE

public static final PropertyValueParser FOR_BYTE
Byte, byte 用 PropertyValueParser


FOR_FLOAT

public static final PropertyValueParser FOR_FLOAT
Float, float 用 PropertyValueParser


FOR_DOUBLE

public static final PropertyValueParser FOR_DOUBLE
Double, double 用 PropertyValueParser


FOR_BIGDECIMAL

public static final PropertyValueParser FOR_BIGDECIMAL
BigDecimal 用 PropertyValueParser


FOR_BIGINTEGER

public static final PropertyValueParser FOR_BIGINTEGER
BigInteger 用 PropertyValueParser


FOR_DATE

public static final PropertyValueParser FOR_DATE
java.util.Date 用 PropertyValueParser


FOR_SQLDATE

public static final PropertyValueParser FOR_SQLDATE
java.sql.Date 用 PropertyValueParser


FOR_SQLTIME

public static final PropertyValueParser FOR_SQLTIME
java.sql.Time 用 PropertyValueParser


FOR_SQLTIMESTAMP

public static final PropertyValueParser FOR_SQLTIMESTAMP
java.sql.Timestamp 用 PropertyValueParser


FOR_TEXTCONVERTIBLE

public static final PropertyValueParser FOR_TEXTCONVERTIBLE
UpdatableByText 用 PropertyValueParser

コンストラクタの詳細

PropertyValueParserCollection

public PropertyValueParserCollection()
PropertyValueParserCollection を作成する。