Overview Schemas Index

PHYSICAL_UNIT_SHAPE_WITH_PARAMETERS_XIM (jsdai.SPhysical_unit_shape_with_parameters_xim)


TYPE shape_extent = ENUMERATION (
          envelope,
          over_body,
          over_lands,
          over_breakout );
END_TYPE; -- shape_extent

Users

          physical_unit_keepout_shape_model.shape_extent
          physical_unit_shape_model.shape_extent

public final class EShape_extent

          static final int ENVELOPE = 1
          static final int OVER_BODY = 2
          static final int OVER_LANDS = 3
          static final int OVER_BREAKOUT = 4
          static String[] values = {"ENVELOPE", "OVER_BODY", "OVER_LANDS", "OVER_BREAKOUT"}
          static int toInt(String str)
          static String toString(int value)