Overview Schemas Index

PHYSICAL_UNIT_2D_SHAPE_XIM (jsdai.SPhysical_unit_2d_shape_xim)


TYPE pu2ds_component_application = ENUMERATION (
          compliant_components_permitted,
          no_components_permitted );
END_TYPE; -- pu2ds_component_application

Users

          physical_unit_planar_keepout_shape_model.component_application

public final class EPu2ds_component_application

          static final int COMPLIANT_COMPONENTS_PERMITTED = 1
          static final int NO_COMPONENTS_PERMITTED = 2
          static String[] values = {"COMPLIANT_COMPONENTS_PERMITTED", "NO_COMPONENTS_PERMITTED"}
          static int toInt(String str)
          static String toString(int value)