Class ObjectType


  • public class ObjectType
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      ObjectType()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void print​(java.io.PrintWriter strm, int ot)
      Print a human-readable form of the object type.
      static java.lang.String toString​(int ot)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ObjectType

        public ObjectType()
    • Method Detail

      • print

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

        public static java.lang.String toString​(int ot)