Uses of Enum Class
org.eclipse.epsilon.emc.yaml.YamlNodeType
Packages that use YamlNodeType
-
Uses of YamlNodeType in org.eclipse.epsilon.emc.yaml
Fields in org.eclipse.epsilon.emc.yaml declared as YamlNodeTypeMethods in org.eclipse.epsilon.emc.yaml that return YamlNodeTypeModifier and TypeMethodDescriptionstatic YamlNodeType
YamlNodeUtility.getNodeType
(String type) static YamlNodeType
YamlNodeUtility.getNodeType
(Map.Entry node) YamlProperty.getType()
static YamlNodeType
Returns the enum constant of this class with the specified name.static YamlNodeType[]
YamlNodeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.epsilon.emc.yaml with parameters of type YamlNodeTypeModifier and TypeMethodDescriptionstatic String
YamlNodeUtility.getPrefixOfType
(YamlNodeType yamlNodeType)