Package de.fzi.power.profilingimport
Class Constants
- java.lang.Object
-
- de.fzi.power.profilingimport.Constants
-
public class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
TARGET_LABEL
static String
TIME_LABEL
static String
VALUE_LABEL
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
TIME_LABEL
public static final String TIME_LABEL
- See Also:
- Constant Field Values
-
VALUE_LABEL
public static final String VALUE_LABEL
- See Also:
- Constant Field Values
-
TARGET_LABEL
public static final String TARGET_LABEL
- See Also:
- Constant Field Values
-
-