Package | Description |
---|---|
eu.datex2.schema.statisch.measurement.site.messstellen |
Modifier and Type | Field and Description |
---|---|
protected DirectionEnum |
PointAlongLinearElement.directionBoundAtPoint |
protected DirectionEnum |
TpegPointLocation.tpegDirection |
Modifier and Type | Method and Description |
---|---|
static DirectionEnum |
DirectionEnum.fromValue(java.lang.String v) |
DirectionEnum |
PointAlongLinearElement.getDirectionBoundAtPoint()
Gets the value of the directionBoundAtPoint property.
|
DirectionEnum |
TpegPointLocation.getTpegDirection()
Gets the value of the tpegDirection property.
|
static DirectionEnum |
DirectionEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DirectionEnum[] |
DirectionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PointAlongLinearElement.setDirectionBoundAtPoint(DirectionEnum value)
Sets the value of the directionBoundAtPoint property.
|
void |
TpegPointLocation.setTpegDirection(DirectionEnum value)
Sets the value of the tpegDirection property.
|