org.andromda.core.common
Class Constants

java.lang.Object
  extended by org.andromda.core.common.Constants

public class Constants
extends java.lang.Object

Stores any constants used throughout the AndroMDA codebase.

Author:
Chad Brandon

Field Summary
static java.lang.String COMPONENT_METAFACADES
          The name of the metafacades component.
static java.lang.String TEMPORARY_DIRECTORY
          The location of the AndroMDA temporary directory.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEMPORARY_DIRECTORY

public static final java.lang.String TEMPORARY_DIRECTORY
The location of the AndroMDA temporary directory. This is where any temporary resources are placed during AndroMDA execution.


COMPONENT_METAFACADES

public static final java.lang.String COMPONENT_METAFACADES
The name of the metafacades component.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2003-2008 AndroMDA.org. All Rights Reserved.