public static enum Presentation.AccessScopeKind extends java.lang.Enum<Presentation.AccessScopeKind>
Enum Constant and Description |
---|
GROUP
[optional] Scope spans to all instances belonging to
DataWriter (or DataReader ) entities within the
same Publisher (or Subscriber ). |
INSTANCE
Scope spans only a single instance.
|
TOPIC
Scope spans to all instances within the same
DataWriter
(or DataReader ), but not across instances in different
DataWriter (or DataReader). |
Modifier and Type | Method and Description |
---|---|
static Presentation.AccessScopeKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Presentation.AccessScopeKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Presentation.AccessScopeKind INSTANCE
public static final Presentation.AccessScopeKind TOPIC
DataWriter
(or DataReader
), but not across instances in different
DataWriter (or DataReader).public static final Presentation.AccessScopeKind GROUP
DataWriter
(or DataReader
) entities within the
same Publisher
(or Subscriber
).public static Presentation.AccessScopeKind[] values()
for (Presentation.AccessScopeKind c : Presentation.AccessScopeKind.values()) System.out.println(c);
public static Presentation.AccessScopeKind 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 null
Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.