Class TypeDef

  • All Implemented Interfaces:
    java.io.Serializable

    public class TypeDef
    extends java.lang.Object
    implements java.io.Serializable
    Placeholder for typedef information
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeDef​(java.lang.String typeClass, java.util.Properties parameters)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Properties getParameters()  
      java.lang.String getTypeClass()  
      • Methods inherited from class java.lang.Object

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

      • TypeDef

        public TypeDef​(java.lang.String typeClass,
                       java.util.Properties parameters)
    • Method Detail

      • getParameters

        public java.util.Properties getParameters()
      • getTypeClass

        public java.lang.String getTypeClass()