Overview Schemas Index

PRINTED_PHYSICAL_LAYOUT_TEMPLATE_XIM (jsdai.SPrinted_physical_layout_template_xim)


TYPE printed_part_template_terminal_class = ENUMERATION (
          curve_edge_segment,
          surface_point,
          area_edge_segment,
          surface_area );
END_TYPE; -- printed_part_template_terminal_class

Users

          printed_part_template_terminal_armx.connection_zone_category

public final class EPrinted_part_template_terminal_class

          static final int CURVE_EDGE_SEGMENT = 1
          static final int SURFACE_POINT = 2
          static final int AREA_EDGE_SEGMENT = 3
          static final int SURFACE_AREA = 4
          static String[] values = {"CURVE_EDGE_SEGMENT", "SURFACE_POINT", "AREA_EDGE_SEGMENT", "SURFACE_AREA"}
          static int toInt(String str)
          static String toString(int value)