ObjectType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. datamigration. models. ObjectType
- com.
- com.
public final class ObjectType
extends ExpandableStringEnum<ObjectType>
An enumeration of type of objects.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Object |
FUNCTION
Static value Function for Object |
|
static final
Object |
STORED_PROCEDURES
Static value Stored |
|
static final
Object |
TABLE
Static value Table for Object |
|
static final
Object |
USER
Static value User for Object |
|
static final
Object |
VIEW
Static value View for Object |
Constructor Summary
| Constructor | Description |
|---|---|
| ObjectType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Object |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Object |
fromString(String name)
Creates or finds a Object |
|
static
Collection<Object |
values()
Gets known Object |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FUNCTION
public static final ObjectType FUNCTION
Static value Function for ObjectType.
STORED_PROCEDURES
public static final ObjectType STORED_PROCEDURES
Static value StoredProcedures for ObjectType.
TABLE
public static final ObjectType TABLE
Static value Table for ObjectType.
USER
public static final ObjectType USER
Static value User for ObjectType.
VIEW
public static final ObjectType VIEW
Static value View for ObjectType.
Constructor Details
ObjectType
@Deprecated
public ObjectType()
Deprecated
Creates a new instance of ObjectType value.
Method Details
fromString
public static ObjectType fromString(String name)
Creates or finds a ObjectType from its string representation.
Parameters:
Returns:
values
public static Collection<ObjectType> values()
Gets known ObjectType values.
Returns: