Class Configuration
java.lang.Object
zext.plantuml.com.ctreber.acearth.Configuration
- Direct Known Subclasses:
ConfigurationACearth
© 2002 Christian Treber, ct@ctreber.com (06.10.2002)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(String pID, MonitoredObject pObject) Item must be added before it can be set or get.booleangetBoolean(String pID) doubleintgetMOBoolean(String pID) getMODouble(String pID) getMOInteger(String pID) getMOString(String pID) booleanvoidsetBoolean(String pID, boolean pValue) voidvoidvoidvoid
-
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
-