Overview Schemas Index

PACKAGE_XIM (jsdai.SPackage_xim)


TYPE seating_plane_intersection_type = ENUMERATION (
          surface_intersection,
          through_intersection,
          does_not_intersect );
END_TYPE; -- seating_plane_intersection_type

Users

          package_terminal_template_definition_armx.seating_plane_intersection

public final class ESeating_plane_intersection_type

          static final int SURFACE_INTERSECTION = 1
          static final int THROUGH_INTERSECTION = 2
          static final int DOES_NOT_INTERSECT = 3
          static String[] values = {"SURFACE_INTERSECTION", "THROUGH_INTERSECTION", "DOES_NOT_INTERSECT"}
          static int toInt(String str)
          static String toString(int value)