org.vmdb.hl7
Class Units

java.lang.Object
  |
  +--org.vmdb.hl7.Units

public class Units
extends java.lang.Object

Constants For ISO and ANSI standard Units.

Description: Network Connectivity For VMDB.

Copyright: Copyright (c) 2002-2003.

Company: Veterinary Medical Database (VMDB).

This little class will be expanded as needed to facilitate the use of ISO (prefered) or ANSI standard units of measure.


Field Summary
static CEElement DEGREES_C
           
static CEElement DEGREES_F
           
static CEElement KG
           
static CEElement LB
           
 
Constructor Summary
Units()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KG

public static final CEElement KG

LB

public static final CEElement LB

DEGREES_C

public static final CEElement DEGREES_C

DEGREES_F

public static final CEElement DEGREES_F
Constructor Detail

Units

public Units()

SourceForge.net Logo