RSE
Release 1.0

org.eclipse.rse.services.clientserver.java
Class DoubleInfo

java.lang.Object
  extended byorg.eclipse.rse.services.clientserver.java.AbstractCPInfo
      extended byorg.eclipse.rse.services.clientserver.java.Abstract8ByteNumericInfo
          extended byorg.eclipse.rse.services.clientserver.java.DoubleInfo

public class DoubleInfo
extends Abstract8ByteNumericInfo

This class represents double information.


Field Summary
 
Fields inherited from class org.eclipse.rse.services.clientserver.java.Abstract8ByteNumericInfo
highBytes, lowBytes
 
Fields inherited from class org.eclipse.rse.services.clientserver.java.AbstractCPInfo
tag
 
Constructor Summary
DoubleInfo(short tag, long highBytes, long lowBytes)
          Constructor.
 
Methods inherited from class org.eclipse.rse.services.clientserver.java.Abstract8ByteNumericInfo
getHighBytes, getLowBytes
 
Methods inherited from class org.eclipse.rse.services.clientserver.java.AbstractCPInfo
getTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleInfo

public DoubleInfo(short tag,
                  long highBytes,
                  long lowBytes)
Constructor.

Parameters:
tag - the tag.
highBytes - the high bytes.
lowBytes - the low bytes.

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.