Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY curve_2d_element_property;
          property_id : identifier;
          description : text;
          section : curve_element_section_definition;
END_ENTITY; -- curve_2d_element_property

Entity data types and their attributes

curve_2d_element_property
          property_id: identifier;
          description: text;
          section: curve_element_section_definition;

Users

curve_2d_element_property
          axisymmetric_curve_2d_element_representation.property
          plane_curve_2d_element_representation.property

Global rules for this entity data type

          -

public interface ECurve_2d_element_property extends EEntity

property_id (explicit attribute)

          boolean testProperty_id(ECurve_2d_element_property type)
          String getProperty_id(ECurve_2d_element_property type)
          void setProperty_id(ECurve_2d_element_property type, String value)
          void unsetProperty_id(ECurve_2d_element_property type)

description (explicit attribute)

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

section (explicit attribute)

          boolean testSection(ECurve_2d_element_property type)
          ECurve_element_section_definition getSection(ECurve_2d_element_property type)
          void setSection(ECurve_2d_element_property type, ECurve_element_section_definition value)
          void unsetSection(ECurve_2d_element_property type)

public class CCurve_2d_element_property implements ECurve_2d_element_property

          static EAttribute attributeProperty_id(ECurve_2d_element_property type)
          static EAttribute attributeDescription(ECurve_2d_element_property type)
          static EAttribute attributeSection(ECurve_2d_element_property type)
          static int usedinSection(ECurve_2d_element_property type, ECurve_element_section_definition instance, ASdaiModel domain, ACurve_2d_element_property result)

public class ACurve_2d_element_property extends AEntity

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