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 errorFields in org.javastro.ivoa.entities.uws with type parameters of type ErrorTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<ErrorSummary,ErrorType> ErrorSummary.PropInfo.TYPEMethods 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 TypeMethodDescriptionvoidvoidSets the value of the type property.Sets the new value of "type" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.uws with parameters of type ErrorTypeModifierConstructorDescriptionErrorSummary(String message, ErrorType type, boolean hasDetail) Fully-initialising value constructor