Class LogicalNodeOptions
java.lang.Object
org.lfenergy.compas.sct.commons.dto.LogicalNodeOptions
A representation of the model object LogicalNodeOptions.
The following features are supported:
withExtRef
withDataAttributeRef
withDatSet
withCB
-
Constructor Summary
ConstructorDescriptionLogicalNodeOptions
(boolean withExtRef, boolean withDataAttributeRef, boolean withCB, boolean withDatSet) Constructor -
Method Summary
-
Constructor Details
-
LogicalNodeOptions
public LogicalNodeOptions(boolean withExtRef, boolean withDataAttributeRef, boolean withCB, boolean withDatSet) Constructor- Parameters:
withExtRef
- inputwithDataAttributeRef
- inputwithCB
- inputwithDatSet
- input
-