udbEntityKind |
Returns the kind of the specified entity.
There are numerous different defined kinds of entities for each language. Refer to the language-specific listings of entity kinds in Entity and Reference Kinds
Return Values
|
Description
|
---|---|
UdbKind
|
Refer to the language-specific listings of entity kinds for each language in Entity and Reference Kinds.
|
printf (“entity %s is of kind %s\n”, udbEntityNameShort(entity), udbKindShortname(udbEntityKind(entity)) );
Scientific Toolworks, Inc. http://www.scitools.com |