public class BasicTypeSupport extends Object
Modifier and Type | Method and Description |
---|---|
static Class |
getClassRepresentation(String className)
Returns the class for a given primitive class type.
|
static String |
getHandlerClass(Class c)
Returns the fully qualified class name for the attribute handler for a property of
the specified class.
|
static boolean |
isBasicDataType(Class c)
Returns
true if the specified class is a "basic" type, and false
otherwise. |
public static String getHandlerClass(Class c)
c
- the property class.public static boolean isBasicDataType(Class c)
true
if the specified class is a "basic" type, and false
otherwise. Basic types are written as attributes (rather than elements) in XML output.c
- the class.Copyright © 2001–2018 JFree.org. All rights reserved.