Overview Schemas Index

LKSOFT_EXTENSIONS_XIM (jsdai.SLksoft_extensions_xim)


ENTITY xim_state_string
          SUBTYPE OF (xim_state_data);
          data : STRING;
END_ENTITY; -- xim_state_string

Entity data types and their attributes

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

Users: by entity attributes

ignorable_xim
xim_state_data
xim_state_string

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

xim_state_string
          -

Global rules for this entity data type

          -

public interface EXim_state_string extends EXim_state_data

data (explicit attribute)

          boolean testData(EXim_state_string type)
          String getData(EXim_state_string type)
          void setData(EXim_state_string type, String value)
          void unsetData(EXim_state_string type)

public class CXim_state_string implements EXim_state_string

          static EAttribute attributeData(EXim_state_string type)

public class AXim_state_string extends AEntity

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