public static enum RxHub.NodeType extends java.lang.Enum<RxHub.NodeType>
| Enum Constant and Description |
|---|
BehaviorRelay |
BehaviorSubject |
ObservableRef |
PublishRelay |
PublishSubject |
ReplayRelay |
ReplaySubject |
| Modifier and Type | Method and Description |
|---|---|
static RxHub.NodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RxHub.NodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RxHub.NodeType BehaviorSubject
public static final RxHub.NodeType PublishSubject
public static final RxHub.NodeType ReplaySubject
public static final RxHub.NodeType BehaviorRelay
public static final RxHub.NodeType PublishRelay
public static final RxHub.NodeType ReplayRelay
public static final RxHub.NodeType ObservableRef
public static RxHub.NodeType[] values()
for (RxHub.NodeType c : RxHub.NodeType.values()) System.out.println(c);
public static RxHub.NodeType 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