net.sf.doolin.gui.system
Class SystemInformation
java.lang.Object
net.sf.doolin.gui.system.SystemInformation
public class SystemInformation
- extends Object
System information.
- Author:
- Damien Coraboeuf
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemInformation
public SystemInformation(SystemInformationType type,
String key,
String value)
- Constructor
- Parameters:
type - Type of informationkey - Key for the valuevalue - Value
getType
public SystemInformationType getType()
- Returns:
- the type
getKey
public String getKey()
- Returns:
- the key
getValue
public String getValue()
- Returns:
- the value
Copyright © 2011. All Rights Reserved.