Uses of Enum Class
com.ads.api.beans.sm.SMColumn.SMColumnType
Packages that use SMColumn.SMColumnType
Package
Description
Contains Collection Classes,Java Bean Classes which are specific to System, Environment,Table, Column and Node.
-
Uses of SMColumn.SMColumnType in com.ads.api.beans.sm
Methods in com.ads.api.beans.sm that return SMColumn.SMColumnTypeModifier and TypeMethodDescriptionSMColumn.getColumnType()Returns the columnType i.e whether it is a ENTITY, ENTITY_ATTRIBUTE or ENTITY_ELEMENT..static SMColumn.SMColumnTypeReturns the enum constant of this class with the specified name.static SMColumn.SMColumnType[]SMColumn.SMColumnType.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 SMColumn.SMColumnTypeModifier and TypeMethodDescriptionvoidSMColumn.setColumnType(SMColumn.SMColumnType type) Method sets the SMColumnType as specified.