ENTITY xim_state_data SUPERTYPE OF (ONEOF (xim_state_instance, xim_state_string, xim_state_logical, xim_state_real, xim_state_binary)) SUBTYPE OF (ignorable_xim); scope : OPTIONAL any_entity; key : STRING; END_ENTITY; -- xim_state_data |
Entity data types and their attributesignorable_xim- xim_state_data (OPT) scope: any_entity; key: STRING; |
xim_state_binary (LKSOFT_EXTENSIONS_XIM) |
xim_state_instance (LKSOFT_EXTENSIONS_XIM) |
xim_state_logical (LKSOFT_EXTENSIONS_XIM) |
xim_state_real (LKSOFT_EXTENSIONS_XIM) |
xim_state_string (LKSOFT_EXTENSIONS_XIM) |
Users: by entity attributesignorable_ximxim_state_data Users: by defined types, not used by any entity attributexim_state_data- |
Global rules for this entity data type- |
public interface EXim_state_data extends EIgnorable_ximscope (explicit attribute)int testScope(EXim_state_data type)void unsetScope(EXim_state_data type) key (explicit attribute)boolean testKey(EXim_state_data type)String getKey(EXim_state_data type) void setKey(EXim_state_data type, String value) void unsetKey(EXim_state_data type) |
public class CXim_state_data implements EXim_state_datastatic EAttribute attributeScope(EXim_state_data type)static int usedinScope(EXim_state_data type, EEntity instance, ASdaiModel domain, AXim_state_data result) static EAttribute attributeKey(EXim_state_data type) |
public class AXim_state_data extends AEntitypublic EXim_state_data getByIndex(int index)public EXim_state_data getCurrentMember(SdaiIterator it) |