public class Types extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SCHEMA_NAMESPACE |
static org.jibx.runtime.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 org.jibx.runtime.QName |
schemaType(String type)
Get the schema type for a simple text value.
|
public static final String SCHEMA_NAMESPACE
public static final org.jibx.runtime.QName STRING_QNAME
public static boolean isSimpleValue(String type)
type - primitive type name, or fully qualified class namepublic static org.jibx.runtime.QName schemaType(String type)
type - primitive type name, or fully qualified class nameCopyright © 2005–2016 jibx.org. All rights reserved.