Module datarush.library
Class RecordMetadataTest.GenericInputDefinition
- java.lang.Object
-
- com.pervasive.datarush.ports.record.RecordMetadataTest.GenericInputDefinition
-
- All Implemented Interfaces:
RecordMetadataTest.InputDefinition
- Enclosing class:
- RecordMetadataTest
public static class RecordMetadataTest.GenericInputDefinition extends Object implements RecordMetadataTest.InputDefinition
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PortMetadata
getMetadata()
String
getName()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceRecordMetadataTest.InputDefinition
-
getMetadata
public PortMetadata getMetadata()
- Specified by:
getMetadata
in interfaceRecordMetadataTest.InputDefinition
-
-