com.iver.cit.gvsig.fmap.drivers.dgn
Class tagValueUnion

java.lang.Object
  extended bycom.iver.cit.gvsig.fmap.drivers.dgn.tagValueUnion

public class tagValueUnion
extends java.lang.Object

Unión del valor del tag.

Author:
Vicente Caballero Navarro

Field Summary
 long integer
           
 double real
           
 char[] string
           
 
Constructor Summary
tagValueUnion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

string

public char[] string

integer

public long integer

real

public double real
Constructor Detail

tagValueUnion

public tagValueUnion()