public interface Generator extends ScenarioItem
The following features are supported:
SsmeCompPackage.getGenerator()
Modifier and Type | Method and Description |
---|---|
GeneratorKind |
getKind()
Returns the value of the 'Kind' attribute.
|
void |
setKind(GeneratorKind value)
Sets the value of the '
Kind ' attribute |
GeneratorKind getKind()
GeneratorKind
.
If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
GeneratorKind
,
setKind(GeneratorKind)
,
SsmeCompPackage.getGenerator_Kind()
void setKind(GeneratorKind value)
Kind
' attribute.
value
- the new value of the 'Kind' attribute.GeneratorKind
,
getKind()