com.ashridgetech.jamda.uml
Interface UmlStereotypes


public interface UmlStereotypes

Definitions of standard Stereotypes needed for the com.ashridgetech.jamda.uml package. Contains only constants, no methods.

Author:
PBoocock

Field Summary
static StandardStereotypeDef CONSTRUCTOR
          The standard constructor Stereotype.
static StandardStereotypeDef CORE_BUSINESS_OBJECT
          The standard businessEntity Stereotype.
static StandardStereotypeDef EXCEPTION
          The standard exception Stereotype.
static StandardStereotypeDef GETTER
          The standard getter Stereotype.
static StandardStereotypeDef PARAMETER
          The standard constructor Stereotype.
static StandardStereotypeDef PROPERTY
          The standard property Stereotype.
static StandardStereotypeDef PROPERTY_SETTER
          The standard propertyInit Stereotype.
static StandardStereotypeDef SESSION_FACADE
          The standard sessionFacade Stereotype.
static StandardStereotypeDef SETTER
          The standard setter Stereotype.
 

Field Detail

PROPERTY

public static final StandardStereotypeDef PROPERTY
The standard property Stereotype.


CORE_BUSINESS_OBJECT

public static final StandardStereotypeDef CORE_BUSINESS_OBJECT
The standard businessEntity Stereotype.


SESSION_FACADE

public static final StandardStereotypeDef SESSION_FACADE
The standard sessionFacade Stereotype.


EXCEPTION

public static final StandardStereotypeDef EXCEPTION
The standard exception Stereotype.


CONSTRUCTOR

public static final StandardStereotypeDef CONSTRUCTOR
The standard constructor Stereotype.


PARAMETER

public static final StandardStereotypeDef PARAMETER
The standard constructor Stereotype.


GETTER

public static final StandardStereotypeDef GETTER
The standard getter Stereotype.


SETTER

public static final StandardStereotypeDef SETTER
The standard setter Stereotype.


PROPERTY_SETTER

public static final StandardStereotypeDef PROPERTY_SETTER
The standard propertyInit Stereotype.



Copyright © 2003 Ashridge Technologies Ltd. All Rights Reserved.