All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface fr.inria.openmath.omapi.ByteArrayNode

public interface ByteArrayNode
Defines accessor/mutators for this kind of Node.


Method Index

 o getValue()
 o setValue(byte[])

Methods

 o setValue
 public abstract void setValue(byte value[])
 o getValue
 public abstract byte[] getValue()

All Packages  Class Hierarchy  This Package  Previous  Next  Index