Uses of Class
adams.flow.transformer.AccessDatabaseInfo.InfoType
-
Packages that use AccessDatabaseInfo.InfoType Package Description adams.flow.transformer -
-
Uses of AccessDatabaseInfo.InfoType in adams.flow.transformer
Fields in adams.flow.transformer declared as AccessDatabaseInfo.InfoType Modifier and Type Field Description protected AccessDatabaseInfo.InfoType
AccessDatabaseInfo. m_Type
the type of information to generate.Methods in adams.flow.transformer that return AccessDatabaseInfo.InfoType Modifier and Type Method Description AccessDatabaseInfo.InfoType
AccessDatabaseInfo. getType()
Returns the type of information to generate.static AccessDatabaseInfo.InfoType
AccessDatabaseInfo.InfoType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccessDatabaseInfo.InfoType[]
AccessDatabaseInfo.InfoType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.transformer with parameters of type AccessDatabaseInfo.InfoType Modifier and Type Method Description void
AccessDatabaseInfo. setType(AccessDatabaseInfo.InfoType value)
Sets the type of information to generate.
-