Enum OutputPort.PortType
- java.lang.Object
-
- java.lang.Enum<OutputPort.PortType>
-
- com.oracle.bmc.dataintegration.model.OutputPort.PortType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<OutputPort.PortType>
- Enclosing class:
- OutputPort
public static enum OutputPort.PortType extends Enum<OutputPort.PortType> implements BmcEnum
The port details for the data asset.Type.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Control
Data
Model
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 OutputPort.PortType
create(String key)
String
getValue()
static OutputPort.PortType
valueOf(String name)
Returns the enum constant of this type with the specified name.static OutputPort.PortType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Data
public static final OutputPort.PortType Data
-
Control
public static final OutputPort.PortType Control
-
Model
public static final OutputPort.PortType Model
-
UnknownEnumValue
public static final OutputPort.PortType 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 OutputPort.PortType[] 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 (OutputPort.PortType c : OutputPort.PortType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OutputPort.PortType 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 OutputPort.PortType create(String key)
-
-