Overview Schemas Index

PHYSICAL_UNIT_2D_SHAPE_XIM (jsdai.SPhysical_unit_2d_shape_xim)


TYPE predefined_planar_purpose = ENUMERATION (
          analysis_input,
          analysis_output,
          shock_analysis_input,
          shock_analysis_output,
          assembly_symbol,
          design,
          design_profile,
          vibration_analysis_input,
          vibration_analysis_output,
          electromagnetic_compatibility_analysis_input,
          electromagnetic_compatibility_analysis_output,
          physical_extent,
          thermal_analysis_input,
          thermal_analysis_output );
END_TYPE; -- predefined_planar_purpose

Users

          physical_unit_planar_shape_model.shape_purpose

public final class EPredefined_planar_purpose

          static final int ANALYSIS_INPUT = 1
          static final int ANALYSIS_OUTPUT = 2
          static final int SHOCK_ANALYSIS_INPUT = 3
          static final int SHOCK_ANALYSIS_OUTPUT = 4
          static final int ASSEMBLY_SYMBOL = 5
          static final int DESIGN = 6
          static final int DESIGN_PROFILE = 7
          static final int VIBRATION_ANALYSIS_INPUT = 8
          static final int VIBRATION_ANALYSIS_OUTPUT = 9
          static final int ELECTROMAGNETIC_COMPATIBILITY_ANALYSIS_INPUT = 10
          static final int ELECTROMAGNETIC_COMPATIBILITY_ANALYSIS_OUTPUT = 11
          static final int PHYSICAL_EXTENT = 12
          static final int THERMAL_ANALYSIS_INPUT = 13
          static final int THERMAL_ANALYSIS_OUTPUT = 14
          static String[] values = {"ANALYSIS_INPUT", "ANALYSIS_OUTPUT", "SHOCK_ANALYSIS_INPUT", "SHOCK_ANALYSIS_OUTPUT", "ASSEMBLY_SYMBOL", "DESIGN", "DESIGN_PROFILE", "VIBRATION_ANALYSIS_INPUT", "VIBRATION_ANALYSIS_OUTPUT", "ELECTROMAGNETIC_COMPATIBILITY_ANALYSIS_INPUT", "ELECTROMAGNETIC_COMPATIBILITY_ANALYSIS_OUTPUT", "PHYSICAL_EXTENT", "THERMAL_ANALYSIS_INPUT", "THERMAL_ANALYSIS_OUTPUT"}
          static int toInt(String str)
          static String toString(int value)