Modifier and Type | Method and Description |
---|---|
static ConstructOrder |
ConstructOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstructOrder[] |
ConstructOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<IConstruct> |
Node.findAll(ConstructOrder order)
Return this construct and all of its children in the given order.
|
Copyright © 2020. All rights reserved.