Enum Class DotNetPath.Collection

java.lang.Object
java.lang.Enum<DotNetPath.Collection>
io.jenkins.plugins.configsplice.engine.xml.DotNetPath.Collection
All Implemented Interfaces:
Serializable, Comparable<DotNetPath.Collection>, Constable
Enclosing class:
DotNetPath

public static enum DotNetPath.Collection extends Enum<DotNetPath.Collection>
The two supported collections and the attribute each uses to identify an entry.
  • Enum Constant Details

  • Method Details

    • values

      public static DotNetPath.Collection[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DotNetPath.Collection valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • elementName

      public String elementName()
      The unprefixed lexical element name, e.g. appSettings.
    • identifyingAttribute

      public String identifyingAttribute()
      key for appSettings, name for connectionStrings.
    • defaultTargetAttribute

      public String defaultTargetAttribute()
      The attribute targeted when the path carries no terminal selector.
    • pathPrefix

      public String pathPrefix()
      The path prefix that dispatches to this shorthand, including the trailing dot.