Uses of Class
pt.digitalis.dif.dem.objects.parameters.errors.ParameterErrorType

Packages that use ParameterErrorType
pt.digitalis.dif.dem.objects.parameters.errors   
 

Uses of ParameterErrorType in pt.digitalis.dif.dem.objects.parameters.errors
 

Methods in pt.digitalis.dif.dem.objects.parameters.errors that return ParameterErrorType
 ParameterErrorType ParameterError.getErrorType()
          Inspector for the error type.
static ParameterErrorType ParameterErrorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ParameterErrorType[] ParameterErrorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in pt.digitalis.dif.dem.objects.parameters.errors with parameters of type ParameterErrorType
 void ParameterErrors.discardErrorsOfType(ParameterErrorType type)
          Discards all errors for a specific parameter.
 

Constructors in pt.digitalis.dif.dem.objects.parameters.errors with parameters of type ParameterErrorType
ParameterError(String message, ParameterErrorType errorType)
          Constructor.
 



Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.