DtcName Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. DtcName
- com.
- com.
public final class DtcName
extends ExpandableStringEnum<DtcName>
Defines values for DtcName.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Dtc |
CURRENT
Static value current for Dtc |
Constructor Summary
| Constructor | Description |
|---|---|
| DtcName() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Dtc |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dtc |
fromString(String name)
Creates or finds a Dtc |
|
static
Collection<Dtc |
values()
Gets known Dtc |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CURRENT
public static final DtcName CURRENT
Static value current for DtcName.
Constructor Details
DtcName
@Deprecated
public DtcName()
Deprecated
Creates a new instance of DtcName value.
Method Details
fromString
public static DtcName fromString(String name)
Creates or finds a DtcName from its string representation.
Parameters:
Returns:
values
public static Collection<DtcName> values()
Gets known DtcName values.
Returns: