org.andromda.core.metafacade
Class MetafacadeConstants

java.lang.Object
  extended by org.andromda.core.metafacade.MetafacadeConstants

public class MetafacadeConstants
extends java.lang.Object

Contains constants for use with metafacades. For example, the metafacade namespace separator :: is contained within this class.

Author:
Chad Brandon

Field Summary
static java.lang.String METAFACADE_IMPLEMENTATION_SUFFIX
          The suffix for the metafacade implementation classes (each metafacade implementation class ends with this string).
static java.lang.String NAMESPACE_SCOPE_OPERATOR
          Used to separate the metafacade namespaces.
 
Constructor Summary
MetafacadeConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE_SCOPE_OPERATOR

public static final java.lang.String NAMESPACE_SCOPE_OPERATOR
Used to separate the metafacade namespaces.

See Also:
Constant Field Values

METAFACADE_IMPLEMENTATION_SUFFIX

public static final java.lang.String METAFACADE_IMPLEMENTATION_SUFFIX
The suffix for the metafacade implementation classes (each metafacade implementation class ends with this string).

See Also:
Constant Field Values
Constructor Detail

MetafacadeConstants

public MetafacadeConstants()


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