TYPE shape_extent = ENUMERATION ( envelope, over_body, over_lands, over_breakout ); END_TYPE; -- shape_extent |
Usersphysical_unit_keepout_shape_model.shape_extentphysical_unit_shape_model.shape_extent |
public final class EShape_extentstatic final int ENVELOPE = 1static 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) |