ENTITY risk_control SUBTYPE OF (action); END_ENTITY; -- risk_control |
Entity data types and their attributesactionname: label; (OPT) description: text; chosen_method: action_method; (DER) id: identifier; risk_control - |
Global rules for this entity data type- |
public interface ERisk_control extends EAction |
public class CRisk_control implements ERisk_control |
public class ARisk_control extends AEntitypublic ERisk_control getByIndex(int index)public ERisk_control getCurrentMember(SdaiIterator it) |