E
- the type of datapublic class SActionOutputDataRef<E extends DataEltType> extends Named
Modifier | Constructor and Description |
---|---|
protected |
SActionOutputDataRef(java.lang.String name,
E type,
int order) |
Modifier and Type | Method and Description |
---|---|
int |
getOrder() |
E |
getType() |
void |
writeReferenceToCML(MessageWriter writer)
writes a reference to this action output
|
changeName, cleanName, equals, getName
protected SActionOutputDataRef(java.lang.String name, E type, int order)
name
- this represents the action nametype
- type of the elementorder
- order of the elementpublic E getType()
public int getOrder()
public void writeReferenceToCML(MessageWriter writer) throws java.io.IOException
writer
- the message writerjava.io.IOException
- if any problem is encountered writing the message