Uses of Enum Class
com.amalgamasimulation.desktop.connectivity.ConnectivityCheckResult.Kind
Packages that use ConnectivityCheckResult.Kind
-
Uses of ConnectivityCheckResult.Kind in com.amalgamasimulation.desktop.connectivity
Methods in com.amalgamasimulation.desktop.connectivity that return ConnectivityCheckResult.KindModifier and TypeMethodDescriptionConnectivityCheckResult.kind()Returns the value of thekindrecord component.static ConnectivityCheckResult.KindReturns the enum constant of this class with the specified name.static ConnectivityCheckResult.Kind[]ConnectivityCheckResult.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.amalgamasimulation.desktop.connectivity with parameters of type ConnectivityCheckResult.KindModifierConstructorDescriptionConnectivityCheckResult(ConnectivityCheckResult.Kind kind, String reason) Creates an instance of aConnectivityCheckResultrecord class.