Class Configuration
java.lang.Object
zext.plantuml.com.ctreber.acearth.Configuration
- Direct Known Subclasses:
ConfigurationACearth
© 2002 Christian Treber, [email protected] (06.10.2002)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(String pID, MonitoredObject pObject) Item must be added before it can be set or get.boolean
getBoolean
(String pID) double
int
getMOBoolean
(String pID) getMODouble
(String pID) getMOInteger
(String pID) getMOString
(String pID) boolean
void
setBoolean
(String pID, boolean pValue) void
void
void
void
-
Constructor Details
-
Configuration
public Configuration()
-
-
Method Details
-
add
Item must be added before it can be set or get.
- Parameters:
pID
- Item name.pObject
- Item value container.
-
setString
-
setBoolean
-
setInt
-
setDouble
-
setEnum
-
getString
-
getBoolean
-
getInt
-
getDouble
-
is
-
getMOBoolean
-
getMOString
-
getMOEnum
-
getMOInteger
-
getMODouble
-
getMO
-