Package zombie.iso

Class IsoObject.IsoObjectFactory

java.lang.Object
zombie.iso.IsoObject.IsoObjectFactory
Enclosing class:
IsoObject

public static class IsoObject.IsoObjectFactory
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    IsoObjectFactory​(byte byte1, java.lang.String string)  
  • Method Summary

    Modifier and Type Method Description
    byte getClassID()  
    java.lang.String getObjectName()  
    protected IsoObject InstantiateObject​(IsoCell cell)  

    Methods inherited from class java.lang.Object

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

    • IsoObjectFactory

      public IsoObjectFactory​(byte byte1, java.lang.String string)
  • Method Details

    • InstantiateObject

      protected IsoObject InstantiateObject​(IsoCell cell)
    • getClassID

      public byte getClassID()
    • getObjectName

      public java.lang.String getObjectName()