public class ConfigurationSettingInfo
extends java.lang.Object
Constructor and Description |
---|
ConfigurationSettingInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getWendyPath() |
boolean |
isAllowBlockingInputPorts() |
boolean |
isAllowChangingDefaultConfiguration() |
boolean |
isApplyAutoGreyOut() |
boolean |
isNewElementsConfigurable() |
void |
setAllowBlockingInputPorts(boolean setting) |
void |
setAllowChangingDefaultConfiguration(boolean setting) |
void |
setApplyAutoGreyOut(boolean selected) |
void |
setNewElementsConfigurable(boolean setting) |
void |
setWendyPath(java.lang.String path) |
public boolean isNewElementsConfigurable()
public void setNewElementsConfigurable(boolean setting)
public boolean isApplyAutoGreyOut()
public void setApplyAutoGreyOut(boolean selected)
public boolean isAllowBlockingInputPorts()
public void setAllowBlockingInputPorts(boolean setting)
public boolean isAllowChangingDefaultConfiguration()
public void setAllowChangingDefaultConfiguration(boolean setting)
public void setWendyPath(java.lang.String path)
public java.lang.String getWendyPath()