Uses of Enum Class
org.javastro.ivoa.entities.uws.ErrorType
Packages that use ErrorType
-
Uses of ErrorType in org.javastro.ivoa.entities.uws
Fields in org.javastro.ivoa.entities.uws declared as ErrorTypeModifier and TypeFieldDescriptionprotected ErrorTypeErrorSummary.typecharacterization of the type of the errorMethods in org.javastro.ivoa.entities.uws that return ErrorTypeModifier and TypeMethodDescriptionstatic ErrorTypeGets the enum associated to the value passed as parameter.ErrorSummary.getType()characterization of the type of the errorstatic ErrorTypeReturns the enum constant of this class with the specified name.static ErrorType[]ErrorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.javastro.ivoa.entities.uws with parameters of type ErrorTypeModifier and TypeMethodDescriptionvoidSets the value of the type property.Constructors in org.javastro.ivoa.entities.uws with parameters of type ErrorTypeModifierConstructorDescriptionErrorSummary(String message, ErrorType type, boolean hasDetail) Fully-initialising value constructor