public static enum EventBrowserDef.DistributionScope extends java.lang.Enum<EventBrowserDef.DistributionScope>
Enum Constant and Description |
---|
ALL
Iterate through all of the events in a Space regardless of where the entries, for which
those events occurred, are stored.
|
SEEDED
Only iterate through the events in the Space that occurred for entries stored on this
Member . |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static EventBrowserDef.DistributionScope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventBrowserDef.DistributionScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventBrowserDef.DistributionScope ALL
public static final EventBrowserDef.DistributionScope SEEDED
Member
. An EventBrowser created with this distribution scope
may deliver SeedEvent
and
UnseedEvent
events.public static EventBrowserDef.DistributionScope[] values()
for (EventBrowserDef.DistributionScope c : EventBrowserDef.DistributionScope.values()) System.out.println(c);
public static EventBrowserDef.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.