Class FloatFieldValueSource
- java.lang.Object
 - 
- com.atlassian.confluence.search.v2.score.FloatFieldValueSource
 
 
- 
- All Implemented Interfaces:
 FieldValueSource
public final class FloatFieldValueSource extends Object implements FieldValueSource
Represents field its value is of typefloat.- Since:
 - 7.0
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FloatFieldValueSource(String fieldName) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetFieldName()Returns field name where the numerical value comes from.inthashCode() 
 - 
 
- 
- 
Constructor Detail
- 
FloatFieldValueSource
public FloatFieldValueSource(String fieldName)
 
 - 
 
- 
Method Detail
- 
getFieldName
public String getFieldName()
Description copied from interface:FieldValueSourceReturns field name where the numerical value comes from.- Specified by:
 getFieldNamein interfaceFieldValueSource
 
 - 
 
 -