static SemanticType.Builder |
SemanticType.builder() |
|
SemanticType.Builder |
SemanticType.Builder.falseyCellValue(String falseyCellValue) |
The semantic type falsey cell value.
|
SemanticType.Builder |
SemanticType.Builder.falseyCellValueSynonyms(String... falseyCellValueSynonyms) |
The other names or aliases for the false cell value.
|
SemanticType.Builder |
SemanticType.Builder.falseyCellValueSynonyms(Collection<String> falseyCellValueSynonyms) |
The other names or aliases for the false cell value.
|
SemanticType.Builder |
SemanticType.Builder.subTypeName(String subTypeName) |
The semantic type sub type name.
|
SemanticType.Builder |
SemanticType.toBuilder() |
|
SemanticType.Builder |
SemanticType.Builder.truthyCellValue(String truthyCellValue) |
The semantic type truthy cell value.
|
SemanticType.Builder |
SemanticType.Builder.truthyCellValueSynonyms(String... truthyCellValueSynonyms) |
The other names or aliases for the true cell value.
|
SemanticType.Builder |
SemanticType.Builder.truthyCellValueSynonyms(Collection<String> truthyCellValueSynonyms) |
The other names or aliases for the true cell value.
|
SemanticType.Builder |
SemanticType.Builder.typeName(String typeName) |
The semantic type name.
|
SemanticType.Builder |
SemanticType.Builder.typeParameters(Map<String,String> typeParameters) |
The semantic type parameters.
|