Package | Description |
---|---|
eu.datex2.schema.statisch.measurement.site.messstellen |
Modifier and Type | Field and Description |
---|---|
protected LinearReferencingDirectionEnum |
PointAlongLinearElement.directionRelativeAtPoint |
Modifier and Type | Method and Description |
---|---|
static LinearReferencingDirectionEnum |
LinearReferencingDirectionEnum.fromValue(java.lang.String v) |
LinearReferencingDirectionEnum |
PointAlongLinearElement.getDirectionRelativeAtPoint()
Gets the value of the directionRelativeAtPoint property.
|
static LinearReferencingDirectionEnum |
LinearReferencingDirectionEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LinearReferencingDirectionEnum[] |
LinearReferencingDirectionEnum.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.setDirectionRelativeAtPoint(LinearReferencingDirectionEnum value)
Sets the value of the directionRelativeAtPoint property.
|