Class FinishActionPersistenceObject

  • All Implemented Interfaces:
    ilusr.persistencelib.configuration.IXmlConfigurationObject, ilusr.persistencelib.configuration.PersistXml

    public class FinishActionPersistenceObject
    extends ActionPersistenceObject
    Author:
    Jeff Riggle Creates an action that will finish the game.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void addParameter​(ilusr.persistencelib.configuration.XmlConfigurationObject parameter)  
      protected void clearParameters()
      Removes all parameters from the parameters section.
      IAction convertToAction()  
      protected List<ilusr.persistencelib.configuration.XmlConfigurationObject> parameters()  
      void prepareXml()
      This must be called before saving the xml otherwise this object will not be saved correctly to the xml file.
      protected void removeParameter​(ilusr.persistencelib.configuration.XmlConfigurationObject parameter)  
      protected void type​(String type)  
      • Methods inherited from class ilusr.persistencelib.configuration.XmlConfigurationObject

        addChild, addChildren, addConfigurationProperties, addConfigurationProperty, children, clearChildren, clearConfigurationProperties, configurationProperties, getChildObject, getChildValue, getValueType, load, name, name, persist, removeChild, removeChildren, removeConfigurationProperties, removeConfigurationProperty, value, value