java.io.Serializable
public abstract class BuiltInType
extends java.lang.Object
implements java.io.Serializable
Previously called BuiltInSchemaFactory; but its original function has largely been moved to the two
classes BuiltInAtomicType
and BuiltInListType
Modifier and Type | Method | Description |
---|---|---|
static SchemaType |
getSchemaType(int fingerprint) |
Get the schema type with a given fingerprint
|
(package private) static void |
register(int fingerprint,
SchemaType type) |
Method for internal use to register a built in type with this class
|
public static SchemaType getSchemaType(int fingerprint)
fingerprint
- the fingerprint representing the name of the required typestatic void register(int fingerprint, SchemaType type)
fingerprint
- the fingerprint of the type nametype
- the SchemaType representing the built in type