ENTITY prjm_characterizable_state_type_relationship SUBTYPE OF (characterized_object, state_type_relationship); END_ENTITY; -- prjm_characterizable_state_type_relationship |
Entity data types and their attributescharacterized_objectname: label; (OPT) description: text; state_type_relationship name: label; (OPT) description: text; relating_state_type: SET [1:?] OF state_type; related_state_type: SET [1:?] OF state_type; prjm_characterizable_state_type_relationship - |
Global rules for this entity data type- |
public interface EPrjm_characterizable_state_type_relationship extends ECharacterized_object, EState_type_relationship |
public class CPrjm_characterizable_state_type_relationship implements EPrjm_characterizable_state_type_relationship |
public class APrjm_characterizable_state_type_relationship extends AEntitypublic EPrjm_characterizable_state_type_relationship getByIndex(int index)public EPrjm_characterizable_state_type_relationship getCurrentMember(SdaiIterator it) |