Package com.tailf.ncs.maapi
Class Schema.CsValueDuration.Reader
Object
org.capnproto.StructReader
com.tailf.ncs.maapi.Schema.CsValueDuration.Reader
- Enclosing class:
 - Schema.CsValueDuration
 
public static final class Schema.CsValueDuration.Reader
extends org.capnproto.StructReader
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.capnproto.StructReader
org.capnproto.StructReader.Factory<T extends Object> - 
Method Summary
 
- 
Method Details
- 
getYears
public final int getYears() - 
getMonths
public final int getMonths() - 
getDays
public final int getDays() - 
getHours
public final int getHours() - 
getMins
public final int getMins() - 
getSecs
public final int getSecs() - 
getMicros
public final int getMicros() 
 -