Package com.iizix

Class 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 TypeFieldDescription
      static java.lang.StringPROPERTY_DEFINITION_FILE
      The XML base properties definitions file.
      static java.lang.StringPROPERTY_DEFINITION_SCHEMA
      The XML Schema for the base definitions of properties.
      static java.lang.StringSCHEMA_DIR
      The schema directory with ending "/".
    • Constructor Summary

      Constructors 
      ConstructorDescription
      SchemaConst() 
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • SchemaConst

        public SchemaConst()