Uses of Class
com.atlassian.greenhopper.model.validation.ErrorCollection.ErrorItem.Type

Packages that use ErrorCollection.ErrorItem.Type
com.atlassian.greenhopper.model.validation   
 

Uses of ErrorCollection.ErrorItem.Type in com.atlassian.greenhopper.model.validation
 

Methods in com.atlassian.greenhopper.model.validation that return ErrorCollection.ErrorItem.Type
 ErrorCollection.ErrorItem.Type ErrorCollection.ErrorItem.getType()
           
static ErrorCollection.ErrorItem.Type ErrorCollection.ErrorItem.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ErrorCollection.ErrorItem.Type[] ErrorCollection.ErrorItem.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.greenhopper.model.validation with parameters of type ErrorCollection.ErrorItem.Type
 void ErrorCollection.ErrorItem.setType(ErrorCollection.ErrorItem.Type type)
           
 

Constructors in com.atlassian.greenhopper.model.validation with parameters of type ErrorCollection.ErrorItem.Type
ErrorCollection.ErrorItem(ErrorCollection.ErrorItem.Type type, java.lang.String contextId, java.lang.String messageKey, java.lang.Object... params)
           
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.