Uses of Enum Class
systextil.dao.CGProdutoGlobal.TipoDeProgramacao
Packages that use CGProdutoGlobal.TipoDeProgramacao
Package
Description
Faz o mapeamento de tabelas de banco de dados do Systêxtil 5 para classes Java,
utilizando orientação a objetos e funcionalidades de baixo nível.
-
Uses of CGProdutoGlobal.TipoDeProgramacao in systextil.dao
Fields in systextil.dao declared as CGProdutoGlobal.TipoDeProgramacaoMethods in systextil.dao that return CGProdutoGlobal.TipoDeProgramacaoModifier and TypeMethodDescriptionCGProdutoGlobal.TipoDeProgramacao.parse
(int tipo) Returns the enum constant of this class with the specified name.static CGProdutoGlobal.TipoDeProgramacao[]
CGProdutoGlobal.TipoDeProgramacao.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in systextil.dao with parameters of type CGProdutoGlobal.TipoDeProgramacaoModifier and TypeMethodDescriptionstatic boolean
CGProdutoGlobal.exists
(br.com.intersys.systextil.connection.AppConnection cn, int codigo, CGProdutoGlobal.TipoDeProgramacao tipoProgramacao) static boolean
CGProdutoGlobal.exists
(br.com.intersys.systextil.connection.AppConnection cn, CGProdutoGlobal.TipoDeProgramacao tipoProgramacao)