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 NodeTypeXmlField.getNodeType()Gets the value of the nodeType property.static NodeTypeReturns 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 TypeMethodDescriptionvoidXmlField.setNodeType(NodeType value) Sets the value of the nodeType property.