org.jbpm.wire.binding
Class FloatBinding
java.lang.Object
org.jbpm.wire.binding.BasicTypeBinding
org.jbpm.wire.binding.FloatBinding
- All Implemented Interfaces:
- Binding
public class FloatBinding
- extends BasicTypeBinding
This Binding
specifies a FloatDescriptor
.
A float descriptor is defined by a <float>
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.
Example
The following Xml declaration will create a Float 'pi', with the value '3.14159265'.
<objects>
<float name='pi' value='3.14159265' />
</objects>
- Author:
- Tom Baeyens, Guillaume Porcher (documentation)
- See Also:
WireParser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FloatBinding
public FloatBinding()
createDescriptor
protected AbstractDescriptor createDescriptor(java.lang.String value)
- Specified by:
createDescriptor
in class BasicTypeBinding