-
- All Implemented Interfaces:
public final class ValidFieldName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classValidFieldName.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringunquotedprivate final StringquotedIfNeededprivate final BooleanneedsQuote
-
Method Summary
Modifier and Type Method Description final StringgetUnquoted()final StringgetQuotedIfNeeded()final BooleangetNeedsQuote()final ValidFieldNameplus(ValidFieldName other)-
-
Method Detail
-
getUnquoted
final String getUnquoted()
-
getQuotedIfNeeded
final String getQuotedIfNeeded()
-
getNeedsQuote
final Boolean getNeedsQuote()
-
plus
final ValidFieldName plus(ValidFieldName other)
-
-
-
-