Overview Schemas Index

ISO13584_IEC61360_DICTIONARY_SCHEMA (jsdai.SIso13584_iec61360_dictionary_schema)


ENTITY int_measure_type
          SUBTYPE OF (int_type);
          unit : dic_unit;
END_ENTITY; -- int_measure_type

Entity data types and their attributes

data_type
          -
simple_type
          value_format: value_format_type;
number_type
          -
int_type
          -
int_measure_type
          unit: dic_unit;

Users

data_type
          data_type_element.type_definition
          property_det.domain
simple_type
          level_type.value_type
number_type
int_type
int_measure_type

Global rules for this entity data type

          -

public interface EInt_measure_type extends EInt_type

unit (explicit attribute)

          boolean testUnit(EInt_measure_type type)
          EDic_unit getUnit(EInt_measure_type type)
          void setUnit(EInt_measure_type type, EDic_unit value)
          void unsetUnit(EInt_measure_type type)

public class CInt_measure_type implements EInt_measure_type

          static EAttribute attributeUnit(EInt_measure_type type)
          static int usedinUnit(EInt_measure_type type, EDic_unit instance, ASdaiModel domain, AInt_measure_type result)

public class AInt_measure_type extends AEntity

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