NotifierImpl.NotifyEvent
Constructor and Description |
---|
SimulatorUnits() |
Modifier and Type | Method and Description |
---|---|
static long |
getByte() |
static String |
getCurrencyCode() |
static String |
getCurrencySymbol() |
static long |
getCurrencyUnit() |
static long |
getMi() |
static long |
getMillisecond() |
static long |
getWatt() |
static void |
setByte(long b) |
static void |
setCurrencyCode(String currencyCode) |
static void |
setCurrencySymbol(String currencySymbol) |
static void |
setCurrencyUnit(long currencyUnit) |
static void |
setMi(long mi) |
static void |
setMillisecond(long millisecond) |
static void |
setWatt(long watt) |
addEntity, clone, getConfig, getConfigRec, getEntities, getId, getLogger, getName, getNextId, getParent, getProperties, getProperty, getProperty, hashCode, hasParentRec, lockParent, lockParentRec, removeEntity, setConfig, setName, setParent, setProperty, toString, unlockParent, unlockParentRec, unsetProperty
addProbe, getProbe, getProbe, getProbes, removeProbe, removeProbe
addGlobalListener, addListener, cancelNotifications, cleanupListeners, disableNotifications, enableNotifications, getGlobalListeners, getListeners, isNotificationsDisabled, notify, notifyNow, removeAllGlobalListeners, removeAllListeners, removeAllListeners, removeGlobalListener, removeListener
addGlobalListener, addListener, cancelNotifications, cleanupListeners, disableNotifications, enableNotifications, getGlobalListeners, getListeners, isNotificationsDisabled, notify, notifyNow, removeAllGlobalListeners, removeAllListeners, removeAllListeners, removeGlobalListener, removeListener
addProbe, getProbe, getProbe, getProbes, removeProbe, removeProbe
public static long getMillisecond()
public static void setMillisecond(long millisecond)
public static long getByte()
public static void setByte(long b)
public static long getMi()
public static void setMi(long mi)
public static long getCurrencyUnit()
public static void setCurrencyUnit(long currencyUnit)
public static String getCurrencyCode()
public static void setCurrencyCode(String currencyCode)
public static String getCurrencySymbol()
public static void setCurrencySymbol(String currencySymbol)
public static long getWatt()
public static void setWatt(long watt)