Uses of Enum Class
com.ads.api.beans.sm.SMEnvironment.DatabaseType
Packages that use SMEnvironment.DatabaseType
Package
Description
Contains Collection Classes,Java Bean Classes which are specific to System, Environment,Table, Column and Node.
-
Uses of SMEnvironment.DatabaseType in com.ads.api.beans.sm
Methods in com.ads.api.beans.sm that return SMEnvironment.DatabaseTypeModifier and TypeMethodDescriptionstatic SMEnvironment.DatabaseTypeSMEnvironment.DatabaseType.getDatabaseType(String value) SMEnvironment.getEnvironmentType()Returns the environmentType Value.static SMEnvironment.DatabaseTypeReturns the enum constant of this class with the specified name.static SMEnvironment.DatabaseType[]SMEnvironment.DatabaseType.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 SMEnvironment.DatabaseTypeModifier and TypeMethodDescriptionvoidSMEnvironment.setEnvironmentType(SMEnvironment.DatabaseType environmentType) Method sets the environmentType as specified.