@Immutable public final class STableColumnName extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getText() |
int |
hashCode() |
static STableColumnName |
tableColumnName(String text)
Construct a new table column name.
|
@Nonnull public static STableColumnName tableColumnName(@Nonnull String text) throws com.io7m.jaux.Constraints.ConstraintError
text - The column namecom.io7m.jaux.Constraints.ConstraintError - If any parameter is nullCopyright © 2014. All rights reserved.