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