org.csapi
Class TpCAIElements

java.lang.Object
  extended by org.csapi.TpCAIElements
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class TpCAIElements
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Generated from IDL definition of struct "TpCAIElements"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 int InitialSecsPerTimeInterval
           
 int ScalingFactor
           
 int SecondsPerTimeInterval
           
 int SegmentsPerDataInterval
           
 int UnitIncrement
           
 int UnitsPerDataInterval
           
 int UnitsPerInterval
           
 
Constructor Summary
TpCAIElements()
           
TpCAIElements(int UnitsPerInterval, int SecondsPerTimeInterval, int ScalingFactor, int UnitIncrement, int UnitsPerDataInterval, int SegmentsPerDataInterval, int InitialSecsPerTimeInterval)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UnitsPerInterval

public int UnitsPerInterval

SecondsPerTimeInterval

public int SecondsPerTimeInterval

ScalingFactor

public int ScalingFactor

UnitIncrement

public int UnitIncrement

UnitsPerDataInterval

public int UnitsPerDataInterval

SegmentsPerDataInterval

public int SegmentsPerDataInterval

InitialSecsPerTimeInterval

public int InitialSecsPerTimeInterval
Constructor Detail

TpCAIElements

public TpCAIElements()

TpCAIElements

public TpCAIElements(int UnitsPerInterval,
                     int SecondsPerTimeInterval,
                     int ScalingFactor,
                     int UnitIncrement,
                     int UnitsPerDataInterval,
                     int SegmentsPerDataInterval,
                     int InitialSecsPerTimeInterval)


Copyright © 2008. All Rights Reserved.