Package | Description |
---|---|
eu.datex2.schema.dynamisch.tmcmeldungen |
Modifier and Type | Field and Description |
---|---|
protected UrlLinkTypeEnum |
UrlLink.urlLinkType |
Modifier and Type | Method and Description |
---|---|
static UrlLinkTypeEnum |
UrlLinkTypeEnum.fromValue(java.lang.String v) |
UrlLinkTypeEnum |
UrlLink.getUrlLinkType()
Gets the value of the urlLinkType property.
|
static UrlLinkTypeEnum |
UrlLinkTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UrlLinkTypeEnum[] |
UrlLinkTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
UrlLink.setUrlLinkType(UrlLinkTypeEnum value)
Sets the value of the urlLinkType property.
|