Overview Schemas Index

LAYERED_INTERCONNECT_COMPLEX_TEMPLATE_XIM (jsdai.SLayered_interconnect_complex_template_xim)


TYPE template_location_placement_status = ENUMERATION (
          is_fixed,
          must_be_moved_in_design,
          may_be_moved_in_design,
          is_unknown );
END_TYPE; -- template_location_placement_status

Users

          template_location_in_structured_template.placement_status

public final class ETemplate_location_placement_status

          static final int IS_FIXED = 1
          static final int MUST_BE_MOVED_IN_DESIGN = 2
          static final int MAY_BE_MOVED_IN_DESIGN = 3
          static final int IS_UNKNOWN = 4
          static String[] values = {"IS_FIXED", "MUST_BE_MOVED_IN_DESIGN", "MAY_BE_MOVED_IN_DESIGN", "IS_UNKNOWN"}
          static int toInt(String str)
          static String toString(int value)