public class ClassWithConstants extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
BOOL_VALUE1 |
static boolean |
BOOL_VALUE2 |
static boolean |
BOOL_VALUE3 |
static byte |
BYTE_VALUE1 |
static byte |
BYTE_VALUE2 |
static char |
CHAR_VALUE1 |
static char |
CHAR_VALUE2 |
static char |
CHAR_VALUE3 |
static char |
CHAR_VALUE4 |
static double |
DOUBLE_VALUE1 |
static double |
DOUBLE_VALUE2 |
static float |
FLOAT_VALUE1 |
static float |
FLOAT_VALUE2 |
static float |
FLOAT_VALUE3 |
static int |
INT_VALUE1 |
static int |
INT_VALUE2 |
static int |
INT_VALUE3 |
static int |
INT_VALUE4 |
static long |
LONG_VALUE1 |
static long |
LONG_VALUE2 |
static ClassWithConstants |
OBJ_VALUE1 |
static ClassWithConstants |
OBJ_VALUE2 |
static short |
SHORT_VALUE1 |
static short |
SHORT_VALUE2 |
static short |
SHORT_VALUE3 |
static String |
STRING_VALUE0 |
static String |
STRING_VALUE1 |
static String |
STRING_VALUE2 |
static String |
STRING_VALUE3 |
static String |
STRING_VALUE4 |
Constructor and Description |
---|
ClassWithConstants() |
public static final boolean BOOL_VALUE1
public static final boolean BOOL_VALUE2
public static final boolean BOOL_VALUE3
public static final byte BYTE_VALUE1
public static final byte BYTE_VALUE2
public static final short SHORT_VALUE1
public static final short SHORT_VALUE2
public static final short SHORT_VALUE3
public static final int INT_VALUE1
public static final int INT_VALUE2
public static final int INT_VALUE3
public static final int INT_VALUE4
public static final long LONG_VALUE1
public static final long LONG_VALUE2
public static final float FLOAT_VALUE1
public static final float FLOAT_VALUE2
public static final float FLOAT_VALUE3
public static final double DOUBLE_VALUE1
public static final double DOUBLE_VALUE2
public static final char CHAR_VALUE1
public static final char CHAR_VALUE2
public static final char CHAR_VALUE3
public static final char CHAR_VALUE4
public static final String STRING_VALUE0
public static final String STRING_VALUE1
public static final String STRING_VALUE2
public static final String STRING_VALUE3
public static final String STRING_VALUE4
public static final ClassWithConstants OBJ_VALUE1
public static final ClassWithConstants OBJ_VALUE2
Copyright © 2024. All rights reserved.