Interface IStringIdFieldDefinition
-
- All Known Implementing Classes:
StringFieldDefinition
public interface IStringIdFieldDefinition
The definition that defines field accessible by unique string identifier.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getStringId()
Returns the field string identifier.
-
-
-
Method Detail
-
getStringId
String getStringId()
Returns the field string identifier.- Returns:
- the field string identifier, never
null
.
-
-