endrov.hardware
Class EvHardwareConfigGroup.State
java.lang.Object
endrov.hardware.EvHardwareConfigGroup.State
- Enclosing class:
- EvHardwareConfigGroup
public static class EvHardwareConfigGroup.State
- extends java.lang.Object
One state
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
propMap
public java.util.Map<EvDevicePropPath,java.lang.String> propMap
EvHardwareConfigGroup.State
public EvHardwareConfigGroup.State()
toString
public java.lang.String toString()
- Make a string representation of the state
- Overrides:
toString
in class java.lang.Object
activate
public void activate()
- Set state - change all other devices. Synchronization?
isCurrent
public boolean isCurrent()
- Check if this is the current state
recordCurrent
public static EvHardwareConfigGroup.State recordCurrent(java.util.Collection<EvDevicePropPath> propsToInclude)