ENTITY xim_state_string SUBTYPE OF (xim_state_data); data : STRING; END_ENTITY; -- xim_state_string |
Entity data types and their attributesignorable_xim- xim_state_data (OPT) scope: any_entity; key: STRING; xim_state_string data: STRING; |
Users: by entity attributesignorable_ximxim_state_data xim_state_string Users: by defined types, not used by any entity attributexim_state_string- |
Global rules for this entity data type- |
public interface EXim_state_string extends EXim_state_datadata (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_stringstatic EAttribute attributeData(EXim_state_string type) |
public class AXim_state_string extends AEntitypublic EXim_state_string getByIndex(int index)public EXim_state_string getCurrentMember(SdaiIterator it) |