org.mbari.siam.foce.devices.controlLoop
Class ControlLoopAttributes.NumberAttribute
java.lang.Object
org.mbari.siam.foce.devices.controlLoop.ControlLoopAttributes.Attribute
org.mbari.siam.foce.devices.controlLoop.ControlLoopAttributes.NumberAttribute
- Enclosing class:
- ControlLoopAttributes
public class ControlLoopAttributes.NumberAttribute
- extends ControlLoopAttributes.Attribute
Numeric Attribute.
- See Also:
ControlLoopAttributes.Attribute
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ControlLoopAttributes.NumberAttribute
public ControlLoopAttributes.NumberAttribute(int type,
java.lang.String name,
java.lang.Number numberValue)
ControlLoopAttributes.NumberAttribute
public ControlLoopAttributes.NumberAttribute(int type,
java.lang.String name,
java.lang.Number numberValue,
java.lang.String mnemonic)
intValue
public int intValue()
longValue
public long longValue()
shortValue
public short shortValue()
floatValue
public float floatValue()
doubleValue
public double doubleValue()
hexValue
public java.lang.String hexValue()
toString
public java.lang.String toString()
- Specified by:
toString in class ControlLoopAttributes.Attribute
Copyright © 2003 MBARI.
The Monterey Bay Aquarium Research Institute (MBARI) provides this documentation and code "as is", with no warranty, express or implied, of its quality or consistency. It is provided without support and without obligation on the part of MBARI to assist in its use, correction, modification, or enhancement.