Uses of Class
network.oxalis.peppol.schematron.jaxb.quickfix.NodeTypeType
-
Packages that use NodeTypeType Package Description network.oxalis.peppol.schematron.jaxb.quickfix -
-
Uses of NodeTypeType in network.oxalis.peppol.schematron.jaxb.quickfix
Fields in network.oxalis.peppol.schematron.jaxb.quickfix declared as NodeTypeType Modifier and Type Field Description protected NodeTypeTypeAdd. nodeTypeIf theprotected NodeTypeTypeReplace. nodeTypeIf theMethods in network.oxalis.peppol.schematron.jaxb.quickfix that return NodeTypeType Modifier and Type Method Description static NodeTypeTypeNodeTypeType. fromValue(String v)Gets the enum associated to the value passed as parameter.NodeTypeTypeAdd. getNodeType()If theNodeTypeTypeReplace. getNodeType()If thestatic NodeTypeTypeNodeTypeType. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeTypeType[]NodeTypeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in network.oxalis.peppol.schematron.jaxb.quickfix with parameters of type NodeTypeType Modifier and Type Method Description voidAdd. setNodeType(NodeTypeType value)Sets the value of the nodeType property.voidReplace. setNodeType(NodeTypeType value)Sets the value of the nodeType property.
-