Class MapNameConversionElement

    • Constructor Detail

      • MapNameConversionElement

        public MapNameConversionElement()
    • Method Detail

      • useNodeValue

        protected boolean useNodeValue()
        Description copied from class: AbstractConfigurationElement
        Controls whether this element will use the node value as a property. For example, nodes defined as:
        
          <a att="1">This is the node value</a>
         
        can expose a property which will return the node's value (This is the node vale). When this is the case, though, the element can't have any sub elements. They're mutually exclusive.
        Overrides:
        useNodeValue in class AbstractConfigurationElement
        Returns:
        false by default. Override this method if you want to associate the node value with some property.
      • getKeyAttribute

        protected java.lang.String getKeyAttribute()
        Description copied from class: AbstractConfigurationElement
        This method must return the attribute that uniquely identifies this element among its siblings; if no single attribute can be used, return null and override the getKey and setKey methods.
        Overrides:
        getKeyAttribute in class AbstractConfigurationElementList
      • getID

        public java.lang.String getID()
      • setID

        public void setID​(java.lang.String id)
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getRole

        public java.lang.String getRole()
      • setRole

        public void setRole​(java.lang.String role)
      • getSecondaryFieldValue

        public java.lang.String getSecondaryFieldValue()
      • setSecondaryFieldValue

        public void setSecondaryFieldValue​(java.lang.String sfv)
      • getShapeId

        public java.lang.String getShapeId()
      • setShapeId

        public void setShapeId​(java.lang.String sid)
      • getScope

        public java.lang.String getScope()
      • setScope

        public void setScope​(java.lang.String val)
      • getUniqueName

        public java.lang.String getUniqueName()