public static class Position.DoubleBuilder
extends Object
implements Serializable
This builder is implemented because the Java Double class does not have a no-arg constructor which can be hooked into a LazyList. Because the Builder returns a Double instead of an IDDMSComponent, it does not officially implement the IBuilder interface.
IBuilder, 
Serialized Form| Constructor and Description | 
|---|
| DoubleBuilder()Empty constructor | 
| DoubleBuilder(Double value)Constructor which starts from an existing component. | 
| Modifier and Type | Method and Description | 
|---|---|
| Double | commit() | 
| Double | getValue()Builder accessor for the value | 
| boolean | isEmpty() | 
| void | setValue(Double value)Builder accessor for the value | 
public DoubleBuilder()
public DoubleBuilder(Double value)
public Double commit()
              throws InvalidDDMSException
InvalidDDMSExceptionIBuilder.commit()public boolean isEmpty()
IBuilder.isEmpty()public Double getValue()
public void setValue(Double value)
Copyright 2010 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/