Package com.iizix
Class SchemaConst
- java.lang.Object
- com.iizix.SchemaConst
public class SchemaConst extends java.lang.Object
Constants required for the client, server and editor environments are placed in this class holding the schema file definitions along with the directory (package name).- Author:
- Christopher Mindus
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PROPERTY_DEFINITION_FILE
The XML base properties definitions file.static java.lang.String
PROPERTY_DEFINITION_SCHEMA
The XML Schema for the base definitions of properties.static java.lang.String
SCHEMA_DIR
The schema directory with ending "/".
Constructor Summary
Constructors Constructor Description SchemaConst()
Field Detail
SCHEMA_DIR
public static final java.lang.String SCHEMA_DIR
The schema directory with ending "/".- See Also:
- Constant Field Values
PROPERTY_DEFINITION_SCHEMA
public static final java.lang.String PROPERTY_DEFINITION_SCHEMA
The XML Schema for the base definitions of properties.- See Also:
- Constant Field Values
PROPERTY_DEFINITION_FILE
public static final java.lang.String PROPERTY_DEFINITION_FILE
The XML base properties definitions file.- See Also:
- Constant Field Values