Uses of Class
info.rolandkrueger.roklib.webapps.urldispatching.urlparameters.EnumURLParameterErrors

Packages that use EnumURLParameterErrors
info.rolandkrueger.roklib.webapps.urldispatching.urlparameters Object representations of URL parameters. 
 

Uses of EnumURLParameterErrors in info.rolandkrueger.roklib.webapps.urldispatching.urlparameters
 

Fields in info.rolandkrueger.roklib.webapps.urldispatching.urlparameters declared as EnumURLParameterErrors
protected  EnumURLParameterErrors AbstractURLParameter.mError
           
 

Methods in info.rolandkrueger.roklib.webapps.urldispatching.urlparameters that return EnumURLParameterErrors
 EnumURLParameterErrors IURLParameter.getError()
           
 EnumURLParameterErrors AbstractURLParameter.getError()
           
static EnumURLParameterErrors EnumURLParameterErrors.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EnumURLParameterErrors[] EnumURLParameterErrors.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in info.rolandkrueger.roklib.webapps.urldispatching.urlparameters with parameters of type EnumURLParameterErrors
protected  void AbstractURLParameter.setError(EnumURLParameterErrors error)
           
 



Copyright © 2007-2011. All Rights Reserved.