Overview Schemas Index

LKSOFT_EXTENSIONS_XIM (jsdai.SLksoft_extensions_xim)


ENTITY xim_state_binary
          SUBTYPE OF (xim_state_data);
          data : BINARY;
END_ENTITY; -- xim_state_binary

Entity data types and their attributes

ignorable_xim
          -
xim_state_data
          (OPT) scope: any_entity;
          key: STRING;
xim_state_binary
          data: BINARY;

Users: by entity attributes

ignorable_xim
xim_state_data
xim_state_binary

Users: by defined types, not used by any entity attribute

xim_state_binary
          -

Global rules for this entity data type

          -

public interface EXim_state_binary extends EXim_state_data

data (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_binary

          static EAttribute attributeData(EXim_state_binary type)

public class AXim_state_binary extends AEntity

          public EXim_state_binary getByIndex(int index)
          public EXim_state_binary getCurrentMember(SdaiIterator it)