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 YamlNodeTypeYamlNodeUtility.getNodeType(String type) static YamlNodeTypeYamlNodeUtility.getNodeType(Map.Entry node) YamlProperty.getType()static YamlNodeTypeReturns 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 StringYamlNodeUtility.getPrefixOfType(YamlNodeType yamlNodeType)