- java.lang.Object
-
- org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.Const
-
public final class Const extends Object
- Author:
- Kohsuke Kawaguchi
-
-
Field Summary
Fields Modifier and Type Field Description static booleandefault_value_booleanstatic bytedefault_value_bytestatic chardefault_value_charstatic doubledefault_value_doublestatic floatdefault_value_floatstatic intdefault_value_intstatic longdefault_value_longstatic shortdefault_value_short
-
Constructor Summary
Constructors Constructor Description Const()
-
-
-
Field Detail
-
default_value_byte
public static final byte default_value_byte
- See Also:
- Constant Field Values
-
default_value_boolean
public static final boolean default_value_boolean
- See Also:
- Constant Field Values
-
default_value_char
public static final char default_value_char
- See Also:
- Constant Field Values
-
default_value_float
public static final float default_value_float
- See Also:
- Constant Field Values
-
default_value_double
public static final double default_value_double
- See Also:
- Constant Field Values
-
default_value_int
public static final int default_value_int
- See Also:
- Constant Field Values
-
default_value_long
public static final long default_value_long
- See Also:
- Constant Field Values
-
default_value_short
public static final short default_value_short
- See Also:
- Constant Field Values
-
-