Class PrimitiveUtilities
- java.lang.Object
-
- org.kie.workbench.common.services.datamodel.util.PrimitiveUtilities
-
public class PrimitiveUtilities extends Object
Utilities for Java primitive types
-
-
Constructor Summary
Constructors Constructor Description PrimitiveUtilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetClassNameForPrimitiveType(String type)Gets the class name of the boxed form or a Java primitive.
-
-
-
Field Detail
-
BYTE
public static final String BYTE
- See Also:
- Constant Field Values
-
SHORT
public static final String SHORT
- See Also:
- Constant Field Values
-
INT
public static final String INT
- See Also:
- Constant Field Values
-
LONG
public static final String LONG
- See Also:
- Constant Field Values
-
FLOAT
public static final String FLOAT
- See Also:
- Constant Field Values
-
DOUBLE
public static final String DOUBLE
- See Also:
- Constant Field Values
-
CHAR
public static final String CHAR
- See Also:
- Constant Field Values
-
BOOLEAN
public static final String BOOLEAN
- See Also:
- Constant Field Values
-
-