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