| Package | Description |
|---|---|
| org.noear.solon.flow |
| Modifier and Type | Field and Description |
|---|---|
protected NodeType |
NodeDecl.type |
| Modifier and Type | Method and Description |
|---|---|
protected NodeType |
Node.getImode()
流入模式
|
protected NodeType |
Node.getOmode()
流出模式
|
NodeType |
Node.getType()
获取类型
|
static NodeType |
NodeType.nameOf(String name) |
static NodeType |
NodeType.nameOf(String name,
NodeType defaultValue) |
static NodeType |
NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeType[] |
NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
NodeType.isGateway(NodeType nodeType)
是否为网关
|
static NodeType |
NodeType.nameOf(String name,
NodeType defaultValue) |
| Constructor and Description |
|---|
NodeDecl(String id,
NodeType type) |
Copyright © 2025. All rights reserved.