VariableType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. analytics. synapse. artifacts. models. VariableType
- com.
- com.
public final class VariableType
extends ExpandableStringEnum<VariableType>
Variable type.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Variable |
ARRAY
Static value Array for Variable |
|
static final
Variable |
BOOL
Static value Bool for Variable |
|
static final
Variable |
BOOLEAN
Static value Boolean for Variable |
|
static final
Variable |
STRING
Static value String for Variable |
Constructor Summary
| Constructor | Description |
|---|---|
| VariableType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Variable |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Variable |
fromString(String name)
Creates or finds a Variable |
|
static
Collection<Variable |
values()
Gets known Variable |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ARRAY
public static final VariableType ARRAY
Static value Array for VariableType.
BOOL
public static final VariableType BOOL
Static value Bool for VariableType.
BOOLEAN
public static final VariableType BOOLEAN
Static value Boolean for VariableType.
STRING
public static final VariableType STRING
Static value String for VariableType.
Constructor Details
VariableType
@Deprecated
public VariableType()
Deprecated
Creates a new instance of VariableType value.
Method Details
fromString
public static VariableType fromString(String name)
Creates or finds a VariableType from its string representation.
Parameters:
Returns:
values
public static Collection<VariableType> values()
Gets known VariableType values.
Returns: