Uses of Enum Class
io.atlasmap.xml.v2.NodeType
Packages that use NodeType
-
Uses of NodeType in io.atlasmap.xml.v2
Fields in io.atlasmap.xml.v2 declared as NodeTypeMethods in io.atlasmap.xml.v2 that return NodeTypeModifier and TypeMethodDescriptionstatic NodeType
XmlField.getNodeType()
Gets the value of the nodeType property.static NodeType
Returns the enum constant of this class with the specified name.static NodeType[]
NodeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.atlasmap.xml.v2 with parameters of type NodeTypeModifier and TypeMethodDescriptionvoid
XmlField.setNodeType
(NodeType value) Sets the value of the nodeType property.