yab.io
Class ObjectElement

java.lang.Object
  |
  +--yab.io.ObjectElement

public class ObjectElement
extends Object


Field Summary
 int id
           
 PropertyElement[] properties
           
 int type
           
 
Constructor Summary
ObjectElement(int type, int id, PropertyElement[] properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public final int type

id

public final int id

properties

public final PropertyElement[] properties
Constructor Detail

ObjectElement

public ObjectElement(int type,
                     int id,
                     PropertyElement[] properties)