Package com.atlan.model.fields
Interface IInternalSearchable
- All Known Implementing Classes:
InternalKeywordField
,InternalKeywordTextField
,InternalNumericField
public interface IInternalSearchable
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the internal field for this attribute in Atlan.
-
Method Details
-
getInternalFieldName
String getInternalFieldName()Returns the name of the internal field for this attribute in Atlan.- Returns:
- the field name for the internal (searchable) field in Atlan for this attribute
-