Package com.tailf.ncs.maapi
Class Schema.CsValueDecimal64.Builder
Object
org.capnproto.StructBuilder
com.tailf.ncs.maapi.Schema.CsValueDecimal64.Builder
- Enclosing class:
 - Schema.CsValueDecimal64
 
public static final class Schema.CsValueDecimal64.Builder
extends org.capnproto.StructBuilder
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.capnproto.StructBuilder
org.capnproto.StructBuilder.Factory<T extends Object> - 
Method Summary
Modifier and TypeMethodDescriptionasReader()final bytefinal longgetValue()final voidsetFractionDigits(byte value) final voidsetValue(long value)  
- 
Method Details
- 
asReader
 - 
getValue
public final long getValue() - 
setValue
public final void setValue(long value)  - 
getFractionDigits
public final byte getFractionDigits() - 
setFractionDigits
public final void setFractionDigits(byte value)  
 -