Overview Schemas Index

LAYERED_INTERCONNECT_SIMPLE_TEMPLATE_XIM (jsdai.SLayered_interconnect_simple_template_xim)


TYPE square_or_round = ENUMERATION (
          square,
          round );
END_TYPE; -- square_or_round

Users

          curve_style_parameters_with_ends_armx.end_style

public final class ESquare_or_round

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