/*----------------------------------------------------------------------------
Copyright (c)2000 TogetherSoft LLC. Patents pending. All rights reserved.
----------------------------------------------------------------------------*/
package RelMgmt.Party;
/** @stereotype role */
public abstract class OrgRole extends PartyRole {
}
|