Uses of Enum
com.blackhillsoftware.dcollect.Library.LibraryStatus
Packages that use Library.LibraryStatus
-
Uses of Library.LibraryStatus in com.blackhillsoftware.dcollect
Methods in com.blackhillsoftware.dcollect that return Library.LibraryStatusModifier and TypeMethodDescriptionLibrary.Status.currentStatus()current status as a LibraryStatus.Library.dlbcfcs()DLBCFCS as a LibraryStatus.Library.dlbsout()DLBSOUT as a LibraryStatus.static Library.LibraryStatusLibrary.LibraryStatus.from(int value) Get the LibraryStatus for an integer valueLibrary.Status.requestedStatus()requested status as a LibraryStatus.static Library.LibraryStatusReturns the enum constant of this type with the specified name.static Library.LibraryStatus[]Library.LibraryStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.