-
- All Implemented Interfaces:
public final class ValidFieldName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
ValidFieldName.Companion
-
Field Summary
Fields Modifier and Type Field Description private final String
unquoted
private final String
quotedIfNeeded
private final Boolean
needsQuote
-
Method Summary
Modifier and Type Method Description final String
getUnquoted()
final String
getQuotedIfNeeded()
final Boolean
getNeedsQuote()
final ValidFieldName
plus(ValidFieldName other)
-
-
Method Detail
-
getUnquoted
final String getUnquoted()
-
getQuotedIfNeeded
final String getQuotedIfNeeded()
-
getNeedsQuote
final Boolean getNeedsQuote()
-
plus
final ValidFieldName plus(ValidFieldName other)
-
-
-
-