org.apache.cactus.integration.ant.deployment
Class ApplicationXmlTag

java.lang.Object
  extended byorg.apache.cactus.integration.ant.deployment.ApplicationXmlTag

public final class ApplicationXmlTag
extends java.lang.Object

Represents the various top-level tags in a enterprise application deployment descriptor as a typesafe enumeration.

Since:
Cactus 1.5
Version:
$Id: ApplicationXmlTag.java,v 1.2.2.3 2003/10/23 18:20:45 vmassol Exp $
Author:
Christopher Lenz

Field Summary
static ApplicationXmlTag CONTEXT_ROOT
          Element name 'context-root',
static ApplicationXmlTag DESCRIPTION
          Element name 'description'.
static ApplicationXmlTag DISPLAY_NAME
          Element name 'display-name'.
static ApplicationXmlTag ICON
          Element name 'icon'.
static ApplicationXmlTag MODULE
          Element name 'module'.
static ApplicationXmlTag WEB
          Element name 'web',
static ApplicationXmlTag WEB_URI
          Element name 'web-uri',
 
Method Summary
 boolean equals(java.lang.Object theOther)
           
 java.lang.String getTagName()
          Returns the tag name.
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ICON

public static final ApplicationXmlTag ICON
Element name 'icon'.


DISPLAY_NAME

public static final ApplicationXmlTag DISPLAY_NAME
Element name 'display-name'.


DESCRIPTION

public static final ApplicationXmlTag DESCRIPTION
Element name 'description'.


MODULE

public static final ApplicationXmlTag MODULE
Element name 'module'.


WEB

public static final ApplicationXmlTag WEB
Element name 'web',


WEB_URI

public static final ApplicationXmlTag WEB_URI
Element name 'web-uri',


CONTEXT_ROOT

public static final ApplicationXmlTag CONTEXT_ROOT
Element name 'context-root',

Method Detail

equals

public boolean equals(java.lang.Object theOther)
See Also:
Object.toString()

hashCode

public int hashCode()
See Also:
Object.hashCode()

getTagName

public java.lang.String getTagName()
Returns the tag name.

Returns:
The tag name

toString

public java.lang.String toString()
See Also:
Object.toString()


Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.