public interface BooleanParameterType extends ConstantParameter
The following features are supported:
BpsimPackage.getBooleanParameterType()| Modifier and Type | Method and Description |
|---|---|
boolean |
isSetValue()
Returns whether the value of the '
Value' attribute is set |
boolean |
isValue()
Returns the value of the 'Value' attribute
|
void |
setValue(boolean value)
Sets the value of the '
Value' attribute |
void |
unsetValue()
Unsets the value of the '
Value' attribute |
getInstance, getResult, getValidFor, isSetResult, setInstance, setResult, setValidFor, unsetResultboolean isValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
isSetValue(),
unsetValue(),
setValue(boolean),
BpsimPackage.getBooleanParameterType_Value()void setValue(boolean value)
Value' attribute.
value - the new value of the 'Value' attribute.isSetValue(),
unsetValue(),
isValue()void unsetValue()
Value' attribute.
isSetValue(),
isValue(),
setValue(boolean)boolean isSetValue()
Value' attribute is set.
unsetValue(),
isValue(),
setValue(boolean)Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.