Uses of Enum Class
com.genologics.ri.container.ContainerState
Packages that use ContainerState
Package
Description
Container entity and support classes for the Clarity REST API.
-
Uses of ContainerState in com.genologics.ri.container
Fields in com.genologics.ri.container declared as ContainerStateMethods in com.genologics.ri.container that return ContainerStateModifier and TypeMethodDescriptionstatic ContainerStateGet the container state that has the given display name.Container.getState()Gets the container state.static ContainerStateReturns the enum constant of this class with the specified name.static ContainerState[]ContainerState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.genologics.ri.container with parameters of type ContainerStateModifier and TypeMethodDescriptionvoidContainer.setState(ContainerState state) Sets the container state.