public class FieldDefinitionImpl extends Object implements FieldDefinition
Constructor and Description |
---|
FieldDefinitionImpl(int index,
String fieldName,
FieldType type) |
FieldDefinitionImpl(int index,
String fieldName,
FieldType type,
int factoryId,
int classId) |
public FieldType getType()
getType
in interface FieldDefinition
public String getName()
getName
in interface FieldDefinition
public int getIndex()
getIndex
in interface FieldDefinition
public int getFactoryId()
getFactoryId
in interface FieldDefinition
public int getClassId()
getClassId
in interface FieldDefinition
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.