| org.acm.seguin.util.Settings
All known Subclasses: org.acm.seguin.util.FileSettings,
Settings | public interface Settings (Code) | | The settings interface
author: Chris Seguin |
getBoolean | public boolean getBoolean(String code)(Code) | | Gets a boolean
Parameters: code - The code to look up The associated boolean |
getDouble | public double getDouble(String code)(Code) | | Gets a double
Parameters: code - The code to look up The associated double |
getInteger | public int getInteger(String code)(Code) | | Gets a integer
Parameters: code - The code to look up The associated integer |
getString | public String getString(String code)(Code) | | Gets a string
Parameters: code - The code to look up The associated string |
|
|