Uses of Enum Class
cloud.opencode.base.yml.YmlNode.NodeType
Packages that use YmlNode.NodeType
Package
Description
OpenCode Base YML - YAML Processing Library
OpenCode Base YML - YAML 处理库
-
Uses of YmlNode.NodeType in cloud.opencode.base.yml
Subclasses with type arguments of type YmlNode.NodeType in cloud.opencode.base.ymlModifier and TypeClassDescriptionstatic enumNode Type - Types of YAML nodes 节点类型 - YAML 节点的类型Methods in cloud.opencode.base.yml that return YmlNode.NodeTypeModifier and TypeMethodDescriptionDefaultYmlNode.getType()YmlNode.getType()Gets the node type.static YmlNode.NodeTypeReturns the enum constant of this class with the specified name.static YmlNode.NodeType[]YmlNode.NodeType.values()Returns an array containing the constants of this enum class, in the order they are declared.