| Package | Description |
|---|---|
| no.difi.begrep.sdp.schema_v10 |
| Modifier and Type | Field and Description |
|---|---|
protected SDPFeiltype |
SDPFeil.feiltype |
| Modifier and Type | Method and Description |
|---|---|
static SDPFeiltype |
SDPFeiltype.fromValue(String v) |
SDPFeiltype |
SDPFeil.getFeiltype()
Gets the value of the feiltype property.
|
static SDPFeiltype |
SDPFeiltype.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SDPFeiltype[] |
SDPFeiltype.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SDPFeil.setFeiltype(SDPFeiltype value)
Sets the value of the feiltype property.
|
SDPFeil |
SDPFeil.withFeiltype(SDPFeiltype value) |
| Constructor and Description |
|---|
SDPFeil(Signature signature,
org.joda.time.DateTime tidspunkt,
SDPFeiltype feiltype,
String detaljer)
Fully-initialising value constructor
|
Copyright © 2014 Digipost Open Source. All Rights Reserved.