Class ObjectType


  • public class ObjectType
    extends Object
    The various types of StateManager object which can exist.
    Since:
    JTS 1.0.
    Version:
    $Id: ObjectType.java 2342 2006-03-30 13:06:17Z $
    Author:
    Mark Little (mark@arjuna.com)
    • Constructor Detail

      • ObjectType

        public ObjectType()
    • Method Detail

      • print

        public static void print​(PrintWriter strm,
                                 int ot)
        Print a human-readable form of the object type.
      • toString

        public static String toString​(int ot)