org.nodal
Class Types

java.lang.Object
  extended byorg.nodal.Types

public class Types
extends java.lang.Object


Field Summary
static Schema BASESCHEMA
           
static java.lang.String BASEURI
           
static Type BOOLEAN
           
static Type CHARACTER
           
static RecordType DIRTYPE
           
static RecordType DOCTYPE
           
static Type DOUBLE
           
static Type FLOAT
           
static Type INTEGER
           
static Type LONG
           
static Type NAME
           
static Type NODETYPE
           
static Type OCTET
           
static NodeType OCTET_SEQUENCE
           
static Type SHORT
           
static NodeType STRING
           
static Type TIMESTAMP
           
static Type TYPE
           
 
Constructor Summary
Types()
           
 
Method Summary
static Schema.Editor createSchema(Path path)
           
static Schema.Editor createSchema(java.lang.String uri)
           
static Schema openBaseSchema(java.lang.String filename)
           
static Schema openSchema(Path path)
           
static Schema openSchema(java.lang.String uri)
           
static Type typeOf(java.lang.Object v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BOOLEAN

public static final Type BOOLEAN

CHARACTER

public static final Type CHARACTER

OCTET

public static final Type OCTET

SHORT

public static final Type SHORT

INTEGER

public static final Type INTEGER

LONG

public static final Type LONG

FLOAT

public static final Type FLOAT

DOUBLE

public static final Type DOUBLE

TIMESTAMP

public static final Type TIMESTAMP

NAME

public static final Type NAME

TYPE

public static final Type TYPE

NODETYPE

public static final Type NODETYPE

STRING

public static final NodeType STRING

OCTET_SEQUENCE

public static final NodeType OCTET_SEQUENCE

BASEURI

public static final java.lang.String BASEURI

BASESCHEMA

public static final Schema BASESCHEMA

DOCTYPE

public static final RecordType DOCTYPE

DIRTYPE

public static final RecordType DIRTYPE
Constructor Detail

Types

public Types()
Method Detail

openBaseSchema

public static Schema openBaseSchema(java.lang.String filename)

openSchema

public static Schema openSchema(Path path)

openSchema

public static Schema openSchema(java.lang.String uri)

createSchema

public static Schema.Editor createSchema(Path path)

createSchema

public static Schema.Editor createSchema(java.lang.String uri)

typeOf

public static Type typeOf(java.lang.Object v)