public static enum TypedObject.ModelType extends Enum<TypedObject.ModelType> implements BmcEnum
The type of the types object.
Enum Constant and 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.
|
Modifier and Type | Method and 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.
|
public static final TypedObject.ModelType Shape
public static final TypedObject.ModelType InputPort
public static final TypedObject.ModelType ShapeField
public static final TypedObject.ModelType InputField
public static final TypedObject.ModelType DerivedField
public static final TypedObject.ModelType MacroField
public static final TypedObject.ModelType OutputField
public static final TypedObject.ModelType DynamicProxyField
public static final TypedObject.ModelType OutputPort
public static final TypedObject.ModelType DynamicInputField
public static final TypedObject.ModelType ProxyField
public static final TypedObject.ModelType Parameter
public static final TypedObject.ModelType PivotField
public static final TypedObject.ModelType MacroPivotField
public static final TypedObject.ModelType ConditionalOutputPort
public static final TypedObject.ModelType InputProxyField
public static final TypedObject.ModelType MaterializedDynamicField
public static final TypedObject.ModelType DecisionOutputPort
public static final TypedObject.ModelType UnknownEnumValue
public static TypedObject.ModelType[] values()
for (TypedObject.ModelType c : TypedObject.ModelType.values()) System.out.println(c);
public static TypedObject.ModelType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static TypedObject.ModelType create(String key)
Copyright © 2016–2024. All rights reserved.