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