com.basho.riak.client.convert.reflect
Class RiakIndexField

java.lang.Object
  extended by com.basho.riak.client.convert.reflect.RiakIndexField

public class RiakIndexField
extends Object

Author:
russell

Constructor Summary
RiakIndexField(Field field)
          The field that is to be wrapped
 
Method Summary
 Field getField()
           
 String getIndexName()
           
 Class getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RiakIndexField

public RiakIndexField(Field field)
The field that is to be wrapped

Parameters:
field -
Method Detail

getField

public Field getField()
Returns:
the field

getIndexName

public String getIndexName()
Returns:
the indexName

getType

public Class getType()


Copyright © 2012. All Rights Reserved.