public class FaultStateHelper
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
FaultStateHelper()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static cern.laser.source.alarmsysteminterface.impl.message.FaultState |
marshal(FaultState state)
Marshal a FaultState into a generated FaultState for XML transport.
|
static FaultState |
unmarshal(cern.laser.source.alarmsysteminterface.impl.message.FaultState generated)
Unmarshal a generated FaultState into a FaultState instance.
|
public static cern.laser.source.alarmsysteminterface.impl.message.FaultState marshal(FaultState state)
state - The FaultState instancepublic static FaultState unmarshal(cern.laser.source.alarmsysteminterface.impl.message.FaultState generated)
generated - The generated FaultState