org.seasar.cubby.controller.impl
クラス RequestParameterBinderImplTest.ConvertersDto

java.lang.Object
  上位を拡張 org.seasar.cubby.controller.impl.RequestParameterBinderImplTest.ConvertersDto
含まれているクラス:
RequestParameterBinderImplTest

public static class RequestParameterBinderImplTest.ConvertersDto
extends Object


フィールドの概要
 BigInteger bigint
           
 BigInteger[] bigints
           
 Boolean bool1
           
 boolean bool2
           
 Boolean[] bools1
           
 boolean[] bools2
           
 Byte byte1
           
 byte byte2
           
 Byte[] bytes1
           
 byte[] bytes2
           
 Character char1
           
 char char2
           
 Character[] chars1
           
 char[] chars2
           
 Date date
           
 Date[] dates
           
 BigDecimal decimal
           
 BigDecimal[] decimals
           
 Double double1
           
 double double2
           
 Double[] doubles1
           
 double[] doubles2
           
 RequestParameterBinderImplTest.ExEnum en
           
 RequestParameterBinderImplTest.ExEnum[] ens
           
 Float float1
           
 float float2
           
 Float[] floats1
           
 float[] floats2
           
 Integer int1
           
 int int2
           
 Integer[] ints1
           
 int[] ints2
           
 Long long1
           
 long long2
           
 Long[] longs1
           
 long[] longs2
           
 Short short1
           
 short short2
           
 Short[] shorts1
           
 short[] shorts2
           
 Date sqldate
           
 Date[] sqldates
           
 Time sqltime
           
 Time[] sqltimes
           
 Timestamp sqltimestamp
           
 Timestamp[] sqltimestamps
           
 
コンストラクタの概要
RequestParameterBinderImplTest.ConvertersDto()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

decimal

public BigDecimal decimal

decimals

public BigDecimal[] decimals

bigint

public BigInteger bigint

bigints

public BigInteger[] bigints

bool1

public Boolean bool1

bools1

public Boolean[] bools1

bool2

public boolean bool2

bools2

public boolean[] bools2

byte1

public Byte byte1

bytes1

public Byte[] bytes1

byte2

public byte byte2

bytes2

public byte[] bytes2

char1

public Character char1

chars1

public Character[] chars1

char2

public char char2

chars2

public char[] chars2

date

public Date date

dates

public Date[] dates

double1

public Double double1

doubles1

public Double[] doubles1

double2

public double double2

doubles2

public double[] doubles2

en

public RequestParameterBinderImplTest.ExEnum en

ens

public RequestParameterBinderImplTest.ExEnum[] ens

float1

public Float float1

floats1

public Float[] floats1

float2

public float float2

floats2

public float[] floats2

int1

public Integer int1

ints1

public Integer[] ints1

int2

public int int2

ints2

public int[] ints2

long1

public Long long1

longs1

public Long[] longs1

long2

public long long2

longs2

public long[] longs2

short1

public Short short1

shorts1

public Short[] shorts1

short2

public short short2

shorts2

public short[] shorts2

sqldate

public Date sqldate

sqldates

public Date[] sqldates

sqltime

public Time sqltime

sqltimes

public Time[] sqltimes

sqltimestamp

public Timestamp sqltimestamp

sqltimestamps

public Timestamp[] sqltimestamps
コンストラクタの詳細

RequestParameterBinderImplTest.ConvertersDto

public RequestParameterBinderImplTest.ConvertersDto()


Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.