|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.wire.binding.BasicTypeBinding
org.jbpm.wire.binding.BooleanBinding
public class BooleanBinding
This Binding
parses to a TrueDescriptor
or FalseDescriptor
.
A boolean descriptor is defined by a <boolean>
xml element.
This element can have an attribute "name", which specifies the name of the created object in the WireContext.
This element must have an attribute "value", which specifies the value of the object.
A 'true' booleanDescriptor can be defined by the <true>
xml element (see TrueBinding
).
A 'false' booleanDescriptor can be defined by the <false>
xml element (see FalseBinding
).
The two elements can have an attribute "name", which specifies the name of the created object in the WireContext.
<objects> <boolean name='b' value='true' /> <true name='b1' /> <false name='b2' /> </objects>
WireParser
Constructor Summary | |
---|---|
BooleanBinding()
|
Method Summary | |
---|---|
protected AbstractDescriptor |
createDescriptor(java.lang.String value)
|
Methods inherited from class org.jbpm.wire.binding.BasicTypeBinding |
---|
parse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BooleanBinding()
Method Detail |
---|
protected AbstractDescriptor createDescriptor(java.lang.String value)
createDescriptor
in class BasicTypeBinding
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |