ENTITY xim_state_binary SUBTYPE OF (xim_state_data); data : BINARY; END_ENTITY; -- xim_state_binary |
Entity data types and their attributesignorable_xim- xim_state_data (OPT) scope: any_entity; key: STRING; xim_state_binary data: BINARY; |
Users: by entity attributesignorable_ximxim_state_data xim_state_binary Users: by defined types, not used by any entity attributexim_state_binary- |
Global rules for this entity data type- |
public interface EXim_state_binary extends EXim_state_datadata (explicit attribute)boolean testData(EXim_state_binary type)Binary getData(EXim_state_binary type) void setData(EXim_state_binary type, Binary value) void unsetData(EXim_state_binary type) |
public class CXim_state_binary implements EXim_state_binarystatic EAttribute attributeData(EXim_state_binary type) |
public class AXim_state_binary extends AEntitypublic EXim_state_binary getByIndex(int index)public EXim_state_binary getCurrentMember(SdaiIterator it) |