Uses of Enum Class
com.ads.api.beans.sm.SMTable.SMTableType
Packages that use SMTable.SMTableType
Package
Description
Contains Collection Classes,Java Bean Classes which are specific to System, Environment,Table, Column and Node.
-
Uses of SMTable.SMTableType in com.ads.api.beans.sm
Methods in com.ads.api.beans.sm that return SMTable.SMTableTypeModifier and TypeMethodDescriptionstatic SMTable.SMTableTypeSMTable.SMTableType.getSMTableType(String value) SMTable.getTableType()Returns the tableType.static SMTable.SMTableTypeReturns the enum constant of this class with the specified name.static SMTable.SMTableType[]SMTable.SMTableType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ads.api.beans.sm with parameters of type SMTable.SMTableTypeModifier and TypeMethodDescriptionSMSchema.getEntities(SMTable.SMTableType type) Returns the list of SMTable objects.SMSchema.getTable(String tableName, SMTable.SMTableType tableType) Returns the SMTable Object for the specified tableName.voidSMTable.setTableType(SMTable.SMTableType tableType) Sets the tableType as specified.