com.hazelcast.nio.serialization
Interface FieldDefinition


public interface FieldDefinition

FieldDefinition defines name, type, index of a field


Method Summary
 int getClassId()
           
 int getFactoryId()
           
 int getIndex()
           
 String getName()
           
 FieldType getType()
           
 

Method Detail

getType

FieldType getType()
Returns:
field type

getName

String getName()
Returns:
field name

getIndex

int getIndex()
Returns:
field index

getClassId

int getClassId()
Returns:
class id of this field's class

getFactoryId

int getFactoryId()
Returns:
factory id of this field's class


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