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 |
|---|
Position.DoubleBuilder()
Empty constructor
|
Position.DoubleBuilder(Double value)
Constructor which starts from an existing component.
|
public Position.DoubleBuilder()
public Position.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 - 2014 by Brian Uri!
Generated on 11/20/2014 12:49 PM
http://ddmsence.urizone.net/