Overview Schemas Index

LKSOFT_EXTENSIONS_XIM (jsdai.SLksoft_extensions_xim)


ENTITY xim_state_real
          SUBTYPE OF (xim_state_data);
          data : REAL;
END_ENTITY; -- xim_state_real

Entity data types and their attributes

ignorable_xim
          -
xim_state_data
          (OPT) scope: any_entity;
          key: STRING;
xim_state_real
          data: REAL;

Users: by entity attributes

ignorable_xim
xim_state_data
xim_state_real

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

xim_state_real
          -

Global rules for this entity data type

          -

public interface EXim_state_real extends EXim_state_data

data (explicit attribute)

          boolean testData(EXim_state_real type)
          double getData(EXim_state_real type)
          void setData(EXim_state_real type, double value)
          void unsetData(EXim_state_real type)

public class CXim_state_real implements EXim_state_real

          static EAttribute attributeData(EXim_state_real type)

public class AXim_state_real extends AEntity

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