| Package | Description |
|---|---|
| au.gov.nehta.model.cda.common.telecom |
| Modifier and Type | Method and Description |
|---|---|
TelecomUse |
Telecom.getTelecomUse() |
TelecomUse |
TelecomImpl.getTelecomUse() |
static TelecomUse |
TelecomUse.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TelecomUse[] |
TelecomUse.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Telecom.setTelecomUse(TelecomUse use) |
void |
TelecomImpl.setTelecomUse(TelecomUse electronicCommunicationUsageCode) |
| Constructor and Description |
|---|
TelecomImpl(String value,
TelecomUse use)
A convenience constructor that defaults to Medium type of TelecomMedium.Telephone
|
TelecomImpl(TelecomMedium medium,
String communicationValue,
TelecomUse usageCode) |
Copyright © 2021. All rights reserved.