| Package | Description |
|---|---|
| eu.datex2.schema.statisch.measurement.site.messstellen |
| Modifier and Type | Field and Description |
|---|---|
protected ReferentTypeEnum |
Referent.referentType |
| Modifier and Type | Method and Description |
|---|---|
static ReferentTypeEnum |
ReferentTypeEnum.fromValue(java.lang.String v) |
ReferentTypeEnum |
Referent.getReferentType()
Gets the value of the referentType property.
|
static ReferentTypeEnum |
ReferentTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReferentTypeEnum[] |
ReferentTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Referent.setReferentType(ReferentTypeEnum value)
Sets the value of the referentType property.
|