public static enum BrowserDef.DistributionScope extends java.lang.Enum<BrowserDef.DistributionScope>
Enum Constant and Description |
---|
ALL
Iterate through all of the entries in a Space regardless of where the entries are stored.
|
SEEDED
Only iterate through the entries in Space that are stored by this
Member
(will be empty unless the Member is a seeder on the Space). |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static BrowserDef.DistributionScope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BrowserDef.DistributionScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrowserDef.DistributionScope ALL
public static final BrowserDef.DistributionScope SEEDED
Member
(will be empty unless the Member is a seeder on the Space).public static BrowserDef.DistributionScope[] values()
for (BrowserDef.DistributionScope c : BrowserDef.DistributionScope.values()) System.out.println(c);
public static BrowserDef.DistributionScope valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()
Copyright (c) 2014 Cloud Software Group, Inc. All rights reserved.