org.keridwen.core.data.storage.packet
Interface Accessor<ObjectType>

All Known Subinterfaces:
AccessorSafe<ObjectType>, AccessorUnsafe<ObjectType>
All Known Implementing Classes:
DoubleAccessor, ObjectAccessorSafe, ObjectAccessorUnsafe

public interface Accessor<ObjectType>

Data accessor has the ability to extract and put data in/from the DataManager

Author:
JeT - Artenum

Method Summary
 Class<?>[] getDataTypes()
          get the list of data types this accessor can manage
 AccessorId getId()
          Get the Id
 AccessorMode getMode()
          tell if the accessor is safe or not
 

Method Detail

getId

AccessorId getId()
Get the Id


getDataTypes

Class<?>[] getDataTypes()
get the list of data types this accessor can manage


getMode

AccessorMode getMode()
tell if the accessor is safe or not



Copyright © 2010-2013 Artenum. All Rights Reserved.