LengthHeightUnit Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. edgeorder. models. LengthHeightUnit
- com.
- com.
public final class LengthHeightUnit
extends ExpandableStringEnum<LengthHeightUnit>
Unit for the dimensions of length, height and width.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Length |
CM
Static value CM for Length |
|
static final
Length |
IN
Static value IN for Length |
Constructor Summary
| Constructor | Description |
|---|---|
| LengthHeightUnit() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Length |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Length |
fromString(String name)
Creates or finds a Length |
|
static
Collection<Length |
values()
Gets known Length |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CM
public static final LengthHeightUnit CM
Static value CM for LengthHeightUnit.
IN
public static final LengthHeightUnit IN
Static value IN for LengthHeightUnit.
Constructor Details
LengthHeightUnit
@Deprecated
public LengthHeightUnit()
Deprecated
Creates a new instance of LengthHeightUnit value.
Method Details
fromString
public static LengthHeightUnit fromString(String name)
Creates or finds a LengthHeightUnit from its string representation.
Parameters:
Returns:
values
public static Collection<LengthHeightUnit> values()
Gets known LengthHeightUnit values.
Returns: