de.grogra.graph
Interface ByteAttributeAccessor

All Superinterfaces:
AttributeAccessor
All Known Implementing Classes:
AccessorBase, GraphFilter.AccessorBridge, Node.AccessorBridge, Node.FieldAttributeAccessor

public interface ByteAttributeAccessor
extends AttributeAccessor


Method Summary
 byte getByte(java.lang.Object object, GraphState gs)
           
 byte setByte(java.lang.Object object, byte value, GraphState gs)
           
 
Methods inherited from interface de.grogra.graph.AttributeAccessor
getAttribute, getField, getType, isWritable
 

Method Detail

getByte

byte getByte(java.lang.Object object,
             GraphState gs)

setByte

byte setByte(java.lang.Object object,
             byte value,
             GraphState gs)