public class Types extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SCHEMA_NAMESPACE |
static QName |
STRING_QNAME |
| Constructor and Description |
|---|
Types() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isSimpleValue(String type)
Check if type represents a simple text value.
|
static QName |
schemaType(String type)
Get the schema type for a simple text value.
|
public static final String SCHEMA_NAMESPACE
public static final QName STRING_QNAME
public static boolean isSimpleValue(String type)
type - primitive type name, or fully qualified class nameCopyright © 2005-2013 jibx.org. All Rights Reserved.