org.enhydra.zeus
Class ZeusDefaults

java.lang.Object
  |
  +--org.enhydra.zeus.ZeusDefaults

public class ZeusDefaults
extends java.lang.Object

ZeusDefaults defines constants used throughout the rest of the Zeus code base.

Version:
1.0
Author:
Brett McLaughlin

Field Summary
static java.lang.String ATTRIBUTE_ARRAY_FIELD
          Name of field for Zeus attributes array
static java.lang.String ELEMENT_ARRAY_FIELD
          Name of field for Zeus elements array
static java.lang.String XML_NAME_FIELD
          Name of the Zeus element XML name field.
 
Constructor Summary
ZeusDefaults()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XML_NAME_FIELD

public static final java.lang.String XML_NAME_FIELD
Name of the Zeus element XML name field.

ATTRIBUTE_ARRAY_FIELD

public static final java.lang.String ATTRIBUTE_ARRAY_FIELD
Name of field for Zeus attributes array

ELEMENT_ARRAY_FIELD

public static final java.lang.String ELEMENT_ARRAY_FIELD
Name of field for Zeus elements array
Constructor Detail

ZeusDefaults

public ZeusDefaults()


Copyright © 2001 Enhydra. All Rights Reserved.