Enum TypedObject.ModelType
- java.lang.Object
-
- java.lang.Enum<TypedObject.ModelType>
-
- com.oracle.bmc.dataintegration.model.TypedObject.ModelType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<TypedObject.ModelType>
- Enclosing class:
- TypedObject
public static enum TypedObject.ModelType extends Enum<TypedObject.ModelType> implements BmcEnum
The type of the types object.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ConditionalOutputPort
DecisionOutputPort
DerivedField
DynamicInputField
DynamicProxyField
InputField
InputPort
InputProxyField
MacroField
MacroPivotField
MaterializedDynamicField
OutputField
OutputPort
Parameter
PivotField
ProxyField
Shape
ShapeField
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TypedObject.ModelType
create(String key)
String
getValue()
static TypedObject.ModelType
valueOf(String name)
Returns the enum constant of this type with the specified name.static TypedObject.ModelType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Shape
public static final TypedObject.ModelType Shape
-
InputPort
public static final TypedObject.ModelType InputPort
-
ShapeField
public static final TypedObject.ModelType ShapeField
-
InputField
public static final TypedObject.ModelType InputField
-
DerivedField
public static final TypedObject.ModelType DerivedField
-
MacroField
public static final TypedObject.ModelType MacroField
-
OutputField
public static final TypedObject.ModelType OutputField
-
DynamicProxyField
public static final TypedObject.ModelType DynamicProxyField
-
OutputPort
public static final TypedObject.ModelType OutputPort
-
DynamicInputField
public static final TypedObject.ModelType DynamicInputField
-
ProxyField
public static final TypedObject.ModelType ProxyField
-
Parameter
public static final TypedObject.ModelType Parameter
-
PivotField
public static final TypedObject.ModelType PivotField
-
MacroPivotField
public static final TypedObject.ModelType MacroPivotField
-
ConditionalOutputPort
public static final TypedObject.ModelType ConditionalOutputPort
-
InputProxyField
public static final TypedObject.ModelType InputProxyField
-
MaterializedDynamicField
public static final TypedObject.ModelType MaterializedDynamicField
-
DecisionOutputPort
public static final TypedObject.ModelType DecisionOutputPort
-
UnknownEnumValue
public static final TypedObject.ModelType UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static TypedObject.ModelType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (TypedObject.ModelType c : TypedObject.ModelType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static TypedObject.ModelType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static TypedObject.ModelType create(String key)
-
-