Package | Description |
---|---|
oracle.sdp.daf.configurations |
Modifier and Type | Method and Description |
---|---|
List<CSInterfaceConfig> |
DafCSTypeConfig.getInterfaces()
Get CSInterfaceConfig list.
|
Modifier and Type | Method and Description |
---|---|
DafCSTypeConfig |
DafCSTypeConfig.clone(Predicate<CSInterfaceConfig> predicate)
Clone new DafCSTypeConfig instance with the specified filter.
|
void |
DafCSTypeConfig.setInterfaces(List<CSInterfaceConfig> interfaces) |
Constructor and Description |
---|
DafCSTypeConfig(String serviceType,
String displayName,
List<CSInterfaceConfig> interfaces)
Constructor.
|