public class XMLConverter2012
extends java.lang.Object
Constructor and Description |
---|
XMLConverter2012() |
Modifier and Type | Method and Description |
---|---|
static Scale |
fromScale(org.barrelorgandiscovery.virtualbook.x2012.Scale scale,
int maxtrackindex) |
static AbstractTrackDef |
fromTrack(org.barrelorgandiscovery.virtualbook.x2012.TrackDef td) |
static VirtualBook |
fromVirtualBookDocument(org.barrelorgandiscovery.virtualbook.x2012.VirtualBookDocument vbd) |
static org.barrelorgandiscovery.virtualbook.x2012.Scale |
toScale(Scale scale) |
static org.barrelorgandiscovery.virtualbook.x2012.ScaleDocument |
toScaleDocument(Scale scale) |
static org.barrelorgandiscovery.virtualbook.x2012.VirtualBookDocument |
toVirtualBookDocument(VirtualBook vb)
Convert the virtual book in an xml document ..
|
public static org.barrelorgandiscovery.virtualbook.x2012.ScaleDocument toScaleDocument(Scale scale) throws java.lang.Exception
java.lang.Exception
public static org.barrelorgandiscovery.virtualbook.x2012.Scale toScale(Scale scale) throws java.lang.Exception
java.lang.Exception
public static org.barrelorgandiscovery.virtualbook.x2012.VirtualBookDocument toVirtualBookDocument(VirtualBook vb) throws java.lang.Exception
vb
- the virtual book to convertjava.lang.Exception
public static AbstractTrackDef fromTrack(org.barrelorgandiscovery.virtualbook.x2012.TrackDef td) throws java.lang.Exception
java.lang.Exception
public static Scale fromScale(org.barrelorgandiscovery.virtualbook.x2012.Scale scale, int maxtrackindex) throws java.lang.Exception
java.lang.Exception
public static VirtualBook fromVirtualBookDocument(org.barrelorgandiscovery.virtualbook.x2012.VirtualBookDocument vbd) throws java.lang.Exception
java.lang.Exception