Overview Schemas Index

DRAUGHTING_ELEMENT_SCHEMA (jsdai.SDraughting_element_schema)


ENTITY draughting_callout_relationship;
          name : label;
          description : text;
          relating_draughting_callout : draughting_callout;
          related_draughting_callout : draughting_callout;
END_ENTITY; -- draughting_callout_relationship

Entity data types and their attributes

draughting_callout_relationship
          name: label;
          description: text;
          relating_draughting_callout: draughting_callout;
          related_draughting_callout: draughting_callout;

Known subtypes

          dimension_callout_component_relationship (AIC_DRAUGHTING_ELEMENTS)
          dimension_callout_relationship (AIC_DRAUGHTING_ELEMENTS)
          dimension_graph_sequence (DRAUGHTING_DIMENSION_SCHEMA)
          dimension_pair (AIC_DRAUGHTING_ELEMENTS)

Users

draughting_callout_relationship

Global rules for this entity data type

          -

public interface EDraughting_callout_relationship extends EEntity

name (explicit attribute)

          boolean testName(EDraughting_callout_relationship type)
          String getName(EDraughting_callout_relationship type)
          void setName(EDraughting_callout_relationship type, String value)
          void unsetName(EDraughting_callout_relationship type)

description (explicit attribute)

          boolean testDescription(EDraughting_callout_relationship type)
          String getDescription(EDraughting_callout_relationship type)
          void setDescription(EDraughting_callout_relationship type, String value)
          void unsetDescription(EDraughting_callout_relationship type)

relating_draughting_callout (explicit attribute)

          boolean testRelating_draughting_callout(EDraughting_callout_relationship type)
          EDraughting_callout getRelating_draughting_callout(EDraughting_callout_relationship type)
          void setRelating_draughting_callout(EDraughting_callout_relationship type, EDraughting_callout value)
          void unsetRelating_draughting_callout(EDraughting_callout_relationship type)

related_draughting_callout (explicit attribute)

          boolean testRelated_draughting_callout(EDraughting_callout_relationship type)
          EDraughting_callout getRelated_draughting_callout(EDraughting_callout_relationship type)
          void setRelated_draughting_callout(EDraughting_callout_relationship type, EDraughting_callout value)
          void unsetRelated_draughting_callout(EDraughting_callout_relationship type)

public class CDraughting_callout_relationship implements EDraughting_callout_relationship

          static EAttribute attributeName(EDraughting_callout_relationship type)
          static EAttribute attributeDescription(EDraughting_callout_relationship type)
          static EAttribute attributeRelating_draughting_callout(EDraughting_callout_relationship type)
          static int usedinRelating_draughting_callout(EDraughting_callout_relationship type, EDraughting_callout instance, ASdaiModel domain, ADraughting_callout_relationship result)
          static EAttribute attributeRelated_draughting_callout(EDraughting_callout_relationship type)
          static int usedinRelated_draughting_callout(EDraughting_callout_relationship type, EDraughting_callout instance, ASdaiModel domain, ADraughting_callout_relationship result)

public class ADraughting_callout_relationship extends AEntity

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