Interface FieldNameTranslator.FieldInfo
-
- All Known Implementing Classes:
DefaultFieldNameTranslator.DefaultFieldInfo
- Enclosing interface:
- FieldNameTranslator
public static interface FieldNameTranslator.FieldInfoPlaceholder for field details.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFieldName()Returns the field name.IndexedPropertygetIndexedProperty()Returns the indexed property that is associated with the field (if one exists).java.lang.StringgetTranslatedFieldName()Returns the translated field name.
-
-
-
Method Detail
-
getFieldName
java.lang.String getFieldName()
Returns the field name.- Returns:
- the field name
-
getTranslatedFieldName
java.lang.String getTranslatedFieldName()
Returns the translated field name.- Returns:
- the translated field name
-
getIndexedProperty
IndexedProperty getIndexedProperty()
Returns the indexed property that is associated with the field (if one exists).- Returns:
- the indexed property
-
-