Class EventMap.EventMapArgument

    • Constructor Detail

      • EventMapArgument

        public EventMapArgument()
    • Method Detail

      • 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
      • getID

        public int getID()
        Represents the id of the argument being mapped.
      • setID

        public void setID​(int value)
        Represents the id of the argument being mapped.
      • getMapID

        public int getMapID()
        Represents the id of the argument being mapped to.
      • setMapID

        public void setMapID​(int value)
        Represents the id of the argument being mapped to.