public class DeJRMTDSection
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DeJRMTDSection.DeJRMTDSectionDirection |
Constructor and Description |
---|
DeJRMTDSection(java.lang.String tdSectionId,
double length,
DeJRMTDSection.DeJRMTDSectionDirection direction)
Initialise the TDSection object.
|
Modifier and Type | Method and Description |
---|---|
DeJRMTDSection.DeJRMTDSectionDirection |
getDirection() |
double |
getLength() |
java.lang.String |
getTdSectionId() |
public DeJRMTDSection(java.lang.String tdSectionId, double length, DeJRMTDSection.DeJRMTDSectionDirection direction)
tdSectionId
- length
- in metresdirection
- up or downpublic java.lang.String getTdSectionId()
public double getLength()
public DeJRMTDSection.DeJRMTDSectionDirection getDirection()