E
- type of data elementpublic class SNullActionInputDataRef<E extends DataEltType> extends SActionInputDataRef<E>
Modifier | Constructor and Description |
---|---|
protected |
SNullActionInputDataRef(java.lang.String name,
E type,
int order)
Creates a null action input data reference
|
Modifier and Type | Method and Description |
---|---|
void |
WriteToCDL(MessageWriter writer)
writes the reference to the action reference
|
getOrder, getType
changeName, cleanName, equals, getName
protected SNullActionInputDataRef(java.lang.String name, E type, int order)
name
- name of the actiontype
- type of dataorder
- orderpublic void WriteToCDL(MessageWriter writer) throws java.io.IOException
writer
- message writerjava.io.IOException
- if anything bad happens