TYPE pu2ds_component_application = ENUMERATION ( compliant_components_permitted, no_components_permitted ); END_TYPE; -- pu2ds_component_application |
Usersphysical_unit_planar_keepout_shape_model.component_application |
public final class EPu2ds_component_applicationstatic final int COMPLIANT_COMPONENTS_PERMITTED = 1static 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) |