Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY surface_element_property;
          property_id : identifier;
          description : text;
          section : surface_section_field;
END_ENTITY; -- surface_element_property

Entity data types and their attributes

surface_element_property
          property_id: identifier;
          description: text;
          section: surface_section_field;

Users

surface_element_property
          axisymmetric_surface_2d_element_representation.property
          plane_surface_2d_element_representation.property
          surface_3d_element_representation.property

Global rules for this entity data type

          -

public interface ESurface_element_property extends EEntity

property_id (explicit attribute)

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

description (explicit attribute)

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

section (explicit attribute)

          boolean testSection(ESurface_element_property type)
          ESurface_section_field getSection(ESurface_element_property type)
          void setSection(ESurface_element_property type, ESurface_section_field value)
          void unsetSection(ESurface_element_property type)

public class CSurface_element_property implements ESurface_element_property

          static EAttribute attributeProperty_id(ESurface_element_property type)
          static EAttribute attributeDescription(ESurface_element_property type)
          static EAttribute attributeSection(ESurface_element_property type)
          static int usedinSection(ESurface_element_property type, ESurface_section_field instance, ASdaiModel domain, ASurface_element_property result)

public class ASurface_element_property extends AEntity

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