Overview Schemas Index

PRESENTATION_ORGANIZATION_SCHEMA (jsdai.SPresentation_organization_schema)


ENTITY presented_item_representation;
          presentation : presentation_representation_select;
          item : presented_item;
END_ENTITY; -- presented_item_representation

Entity data types and their attributes

presented_item_representation
          presentation: presentation_representation_select;
          item: presented_item;

Known subtypes

          drawing_assignment (IDA_STEP_SCHEMA_XIM)

Users

presented_item_representation

Global rules for this entity data type

          -

public interface EPresented_item_representation extends EEntity

presentation (explicit attribute)

          int testPresentation(EPresented_item_representation type)
          case 1
              EEntity getPresentation(EPresented_item_representation type)
              void setPresentation(EPresented_item_representation type, EEntity value, EEntity node1)
          void unsetPresentation(EPresented_item_representation type)

item (explicit attribute)

          boolean testItem(EPresented_item_representation type)
          EPresented_item getItem(EPresented_item_representation type)
          void setItem(EPresented_item_representation type, EPresented_item value)
          void unsetItem(EPresented_item_representation type)

public class CPresented_item_representation implements EPresented_item_representation

          static EAttribute attributePresentation(EPresented_item_representation type)
          static int usedinPresentation(EPresented_item_representation type, EEntity instance, ASdaiModel domain, APresented_item_representation result)
          static EAttribute attributeItem(EPresented_item_representation type)
          static int usedinItem(EPresented_item_representation type, EPresented_item instance, ASdaiModel domain, APresented_item_representation result)

public class APresented_item_representation extends AEntity

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