public class BooleanBinder extends Object implements AttributeBinder
| Constructor and Description |
|---|
BooleanBinder() |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(org.eclipse.scada.core.Variant value) |
org.eclipse.scada.core.Variant |
getAttributeValue() |
boolean |
getSafeValue(boolean defaultValue) |
Boolean |
getValue() |
public void bind(org.eclipse.scada.core.Variant value)
throws Exception
bind in interface AttributeBinderExceptionpublic Boolean getValue()
public boolean getSafeValue(boolean defaultValue)
public org.eclipse.scada.core.Variant getAttributeValue()
getAttributeValue in interface AttributeBinder