org.apache.torque.generator.configuration.option
Class OptionTags

java.lang.Object
  extended by org.apache.torque.generator.configuration.option.OptionTags

public final class OptionTags
extends Object

The element and attribute names for the option configuration.


Field Summary
static String OPTIONS_PATH_ATTRIBUTE
          Attribute name for the "path" attribute of the "options" tag.
static String OPTIONS_TAG
          Tag name for the "options" tag.
static String OPTIONS_TYPE_ATTRIBUTE
          Attribute name for the "type" attribute of the "options" tag.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPTIONS_TAG

public static final String OPTIONS_TAG
Tag name for the "options" tag.

See Also:
Constant Field Values

OPTIONS_PATH_ATTRIBUTE

public static final String OPTIONS_PATH_ATTRIBUTE
Attribute name for the "path" attribute of the "options" tag.

See Also:
Constant Field Values

OPTIONS_TYPE_ATTRIBUTE

public static final String OPTIONS_TYPE_ATTRIBUTE
Attribute name for the "type" attribute of the "options" tag.

See Also:
Constant Field Values


Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.