com.hazelcast.nio.serialization
Interface FieldDefinition

All Superinterfaces:
DataSerializable

public interface FieldDefinition
extends DataSerializable

Author:
mdogan 1/1/13

Method Summary
 int getClassId()
           
 int getFactoryId()
           
 int getIndex()
           
 String getName()
           
 FieldType getType()
           
 
Methods inherited from interface com.hazelcast.nio.serialization.DataSerializable
readData, writeData
 

Method Detail

getType

FieldType getType()

getName

String getName()

getIndex

int getIndex()

getClassId

int getClassId()

getFactoryId

int getFactoryId()


Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.