yab.io
Class PropertyElement

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

public class PropertyElement
extends Object


Field Summary
 int type
           
 int[] value
           
 
Constructor Summary
PropertyElement(int type, int[] value)
           
 
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

value

public final int[] value
Constructor Detail

PropertyElement

public PropertyElement(int type,
                       int[] value)