public final class TableType extends Object implements Serializable, Comparable<TableType>
Constructor and Description |
---|
TableType(String tableTypeString)
Constructor for table type.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TableType other) |
boolean |
equals(Object obj) |
String |
getTableType()
The table type, with the case preserved.
|
int |
hashCode() |
boolean |
isEqualTo(String testTableType)
Checks if a string is equal to this table type.
|
boolean |
isView()
Checks if the table type is a view of any kind.
|
String |
toString() |
public static final TableType UNKNOWN
public TableType(String tableTypeString)
public int compareTo(TableType other)
compareTo
in interface Comparable<TableType>
public String getTableType()
public boolean isEqualTo(String testTableType)
public boolean isView()
Copyright © 2000-2020 Sualeh Fatehi. All rights reserved.