Class MapBoxTokenInfo

    • Field Detail

      • NODE_MAPBOXTOKEN

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

      • MapBoxTokenInfo

        public MapBoxTokenInfo()
    • 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.
        Specified by:
        getKeyAttribute in class AbstractConfigurationElement
      • getNodeValue

        public java.lang.String getNodeValue()
        Description copied from class: AbstractConfigurationElement
        Returns the node value for this element. The node value represents the inner content of the xml tag. If multiple ElementSources are defined for this element, it returns the value of the one with greater priority.
        Overrides:
        getNodeValue in class AbstractConfigurationElement
      • setNodeValue

        public void setNodeValue​(java.lang.String value)
        Description copied from class: AbstractConfigurationElement
        Returns the node value for this element. The node value represents the inner context of the xml tag. If multiple ElementSources are defined for this element, it returns the value of the one with greater priority.
        Overrides:
        setNodeValue in class AbstractConfigurationElement