Class Assignments

    • Field Detail

      • NODE_ASSIGNMENTS

        public static final java.lang.String NODE_ASSIGNMENTS
        See Also:
        Constant Field Values
    • Constructor Detail

      • Assignments

        public Assignments()
    • Method Detail

      • getMode

        public java.lang.String getMode()
      • setMode

        public void setMode​(java.lang.String mode)
      • getProperty

        public Property getProperty​(int index)
      • getProperty

        public Property getProperty​(java.lang.String propertyName)
      • getKey

        public java.lang.Object getKey()
        Description copied from class: AbstractConfigurationElement
        Default implementation for getKey(). It assumes a single attribute can be used to uniquely identify this element among its siblings; the attribute to use is specified by the getKeyAttribute() method.
        Specified by:
        getKey in interface ConfigurationElement
        Overrides:
        getKey in class AbstractConfigurationElement
        Returns:
        If getKeyAttribute() is empty returns null, otherwise it returns the value of the given attribute.