Uses of Enum
co.yellowdog.platform.model.NodeSlotNumbering
Packages that use NodeSlotNumbering
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of NodeSlotNumbering in co.yellowdog.platform.model
Subclasses with type arguments of type NodeSlotNumbering in co.yellowdog.platform.modelMethods in co.yellowdog.platform.model that return NodeSlotNumberingModifier and TypeMethodDescriptionNodeType.getSlotNumbering()static NodeSlotNumberingReturns the enum constant of this type with the specified name.static NodeSlotNumbering[]NodeSlotNumbering.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in co.yellowdog.platform.model with parameters of type NodeSlotNumberingModifier and TypeMethodDescriptionvoidNodeType.setSlotNumbering(NodeSlotNumbering slotNumbering) NodeType.Builder.slotNumbering(NodeSlotNumbering slotNumbering)