Uses of Class
de.xima.fc.workflow.error.EFcSqlStatementError
-
Packages that use EFcSqlStatementError Package Description de.xima.fc.workflow.error -
-
Uses of EFcSqlStatementError in de.xima.fc.workflow.error
Methods in de.xima.fc.workflow.error that return EFcSqlStatementError Modifier and Type Method Description static EFcSqlStatementError
EFcSqlStatementError. valueOf(String name)
Returns the enum constant of this type with the specified name.static EFcSqlStatementError[]
EFcSqlStatementError. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-