public static enum AbstractGrayReleaseFilter.InstanceScope extends Enum<AbstractGrayReleaseFilter.InstanceScope>
| Enum Constant and Description |
|---|
All |
PartVersion |
VersionRule |
| Modifier and Type | Method and Description |
|---|---|
static AbstractGrayReleaseFilter.InstanceScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractGrayReleaseFilter.InstanceScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractGrayReleaseFilter.InstanceScope All
public static final AbstractGrayReleaseFilter.InstanceScope VersionRule
public static final AbstractGrayReleaseFilter.InstanceScope PartVersion
public static AbstractGrayReleaseFilter.InstanceScope[] values()
for (AbstractGrayReleaseFilter.InstanceScope c : AbstractGrayReleaseFilter.InstanceScope.values()) System.out.println(c);
public static AbstractGrayReleaseFilter.InstanceScope valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017. All rights reserved.