Uses of Class
com.pd4ml.Constants.ErrorPolicy
-
Packages that use Constants.ErrorPolicy Package Description com.pd4ml -
-
Uses of Constants.ErrorPolicy in com.pd4ml
Methods in com.pd4ml that return Constants.ErrorPolicy Modifier and Type Method Description static Constants.ErrorPolicyConstants.ErrorPolicy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Constants.ErrorPolicy[]Constants.ErrorPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pd4ml with parameters of type Constants.ErrorPolicy Modifier and Type Method Description voidPD4ML. setErrorPolicy(Constants.ErrorPolicy policy)
-