org.apache.torque.task
Class TorqueSQLExec.OnError
java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
org.apache.torque.task.TorqueSQLExec.OnError
- Enclosing class:
- TorqueSQLExec
public static class TorqueSQLExec.OnError
- extends org.apache.tools.ant.types.EnumeratedAttribute
Enumerated attribute with the values "continue", "stop" and "abort" for the onerror attribute.
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute |
value |
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute |
containsValue, getIndex, getValue, indexOfValue, setValue, toString |
CONTINUE
public static final String CONTINUE
- See Also:
- Constant Field Values
STOP
public static final String STOP
- See Also:
- Constant Field Values
ABORT
public static final String ABORT
- See Also:
- Constant Field Values
TorqueSQLExec.OnError
public TorqueSQLExec.OnError()
getValues
public String[] getValues()
- Specified by:
getValues
in class org.apache.tools.ant.types.EnumeratedAttribute
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.