|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.jibx.util.Types
public class Types
Mapping information to and from schema types.
| Field Summary | |
|---|---|
private static java.util.HashMap |
s_objectTypeMap
Set of object types mapped to schema types. |
private static java.util.HashMap |
s_primitiveTypeMap
Set of primitive types mapped to schema types. |
static java.lang.String |
SCHEMA_NAMESPACE
|
static QName |
STRING_QNAME
|
| Constructor Summary | |
|---|---|
Types()
|
|
| Method Summary | |
|---|---|
static boolean |
isSimpleValue(java.lang.String type)
Check if type represents a simple text value. |
static QName |
schemaType(java.lang.String type)
Get the schema type for a simple text value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String SCHEMA_NAMESPACE
public static final QName STRING_QNAME
private static java.util.HashMap s_objectTypeMap
private static java.util.HashMap s_primitiveTypeMap
| Constructor Detail |
|---|
public Types()
| Method Detail |
|---|
public static boolean isSimpleValue(java.lang.String type)
type - primitive type name, or fully qualified class name
public static QName schemaType(java.lang.String type)
type - primitive type name, or fully qualified class name
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||