Uses of Enum Class
com.sun.management.VMOption.Origin
Package
Description
This package contains JDK extensions to the standard implementation of
the
java.lang.management
API and also defines the management
interface for some other components of the platform.-
Uses of VMOption.Origin in com.sun.management
Modifier and TypeMethodDescriptionVMOption.getOrigin()
Returns the origin of the value of this VM option.static VMOption.Origin
Returns the enum constant of this class with the specified name.static VMOption.Origin[]
VMOption.Origin.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionVMOption
(String name, String value, boolean writeable, VMOption.Origin origin) Constructs aVMOption
.