Uses of Enum Class
com.vaadin.appsec.backend.model.osv.response.Reference.Type
Packages that use Reference.Type
-
Uses of Reference.Type in com.vaadin.appsec.backend.model.osv.response
Methods in com.vaadin.appsec.backend.model.osv.response that return Reference.TypeModifier and TypeMethodDescriptionstatic Reference.TypeReturns the type from a string value.Reference.getType()Gets the type.static Reference.TypeReturns the enum constant of this class with the specified name.static Reference.Type[]Reference.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.appsec.backend.model.osv.response with parameters of type Reference.TypeConstructors in com.vaadin.appsec.backend.model.osv.response with parameters of type Reference.TypeModifierConstructorDescriptionReference(Reference.Type type, URI url) Instantiates a new reference.