Interface SLeftOperandBuilder
-
- All Known Implementing Classes:
SLeftOperandBuilderImpl
public interface SLeftOperandBuilder- Author:
- Zhang Bole, Baptiste Mesta
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SLeftOperanddone()SLeftOperandBuildersetName(java.lang.String dataName)SLeftOperandBuildersetType(java.lang.String type)
-
-
-
Method Detail
-
setName
SLeftOperandBuilder setName(java.lang.String dataName)
-
setType
SLeftOperandBuilder setType(java.lang.String type)
-
done
SLeftOperand done()
-
-