Uses of Enum Class
io.jenkins.plugins.configsplice.engine.xml.GenericXmlLocator.Located.Kind
Packages that use GenericXmlLocator.Located.Kind
-
Uses of GenericXmlLocator.Located.Kind in io.jenkins.plugins.configsplice.engine.xml
Methods in io.jenkins.plugins.configsplice.engine.xml that return GenericXmlLocator.Located.KindModifier and TypeMethodDescriptionGenericXmlLocator.Located.kind()Returns the value of thekindrecord component.Returns the enum constant of this class with the specified name.static GenericXmlLocator.Located.Kind[]GenericXmlLocator.Located.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.jenkins.plugins.configsplice.engine.xml with parameters of type GenericXmlLocator.Located.KindModifierConstructorDescriptionLocated(SourceRange range, GenericXmlLocator.Located.Kind kind, char quote, String rawValue) Creates an instance of aLocatedrecord class.