Overview Schemas Index

LKSOFT_EXTENSIONS_XIM (jsdai.SLksoft_extensions_xim)


ENTITY xim_state_logical
          SUBTYPE OF (xim_state_data);
          data : LOGICAL;
END_ENTITY; -- xim_state_logical

Entity data types and their attributes

ignorable_xim
          -
xim_state_data
          (OPT) scope: any_entity;
          key: STRING;
xim_state_logical
          data: LOGICAL;

Users: by entity attributes

ignorable_xim
xim_state_data
xim_state_logical

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

xim_state_logical
          -

Global rules for this entity data type

          -

public interface EXim_state_logical extends EXim_state_data

data (explicit attribute)

          boolean testData(EXim_state_logical type)
          integer getData(EXim_state_logical type)
          void setData(EXim_state_logical type, integer value)
          void unsetData(EXim_state_logical type)

public class CXim_state_logical implements EXim_state_logical

          static EAttribute attributeData(EXim_state_logical type)

public class AXim_state_logical extends AEntity

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