Chapter 3 Building Physical Diagrams


Abstract data type properties

An abstract data type includes the following properties:

Property Description
Name The name of the item which should be clear and meaningful, and should convey the item's purpose to non-technical users
Code The technical name of the item used for generating code or scripts, which may be abbreviated, and should not generally include spaces
Comment Descriptive label
Stereotype Sub-classification used to extend the semantics of an object without changing its structure; it can be predefined or user-defined
Owner Name of abstract data type owner. You choose an owner from a list of users
Type Defining group that includes the abstract data type

Depending on its type, an abstract data type definition can also include the following properties:

 


Copyright (C) 2005. Sybase Inc. All rights reserved.