com.metsci.glimpse.charts.vector.parser.attributes
Class DNCFreeAttribute

java.lang.Object
  extended by com.metsci.glimpse.charts.vector.parser.attributes.DNCAbstractAttribute
      extended by com.metsci.glimpse.charts.vector.parser.attributes.DNCFreeAttribute
All Implemented Interfaces:
GeoAttribute

public class DNCFreeAttribute
extends DNCAbstractAttribute


Constructor Summary
DNCFreeAttribute(DNCAttributeType type)
           
DNCFreeAttribute(DNCAttributeType type, java.lang.String attributeValue)
           
 
Method Summary
 DNCAttributeClass getAttributeClass()
           
 java.lang.String getAttributeValue()
           
 java.lang.Object getAttributeValueAsObject()
           
 java.lang.String getAttributeValueAsString()
           
static DNCFreeAttribute read(java.io.DataInput fin)
           
 
Methods inherited from class com.metsci.glimpse.charts.vector.parser.attributes.DNCAbstractAttribute
getAttributeType, isNullValued, toString, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DNCFreeAttribute

public DNCFreeAttribute(DNCAttributeType type)

DNCFreeAttribute

public DNCFreeAttribute(DNCAttributeType type,
                        java.lang.String attributeValue)
Method Detail

getAttributeValue

public java.lang.String getAttributeValue()

getAttributeValueAsObject

public java.lang.Object getAttributeValueAsObject()
Specified by:
getAttributeValueAsObject in interface GeoAttribute
Specified by:
getAttributeValueAsObject in class DNCAbstractAttribute

getAttributeValueAsString

public java.lang.String getAttributeValueAsString()
Specified by:
getAttributeValueAsString in interface GeoAttribute
Specified by:
getAttributeValueAsString in class DNCAbstractAttribute

getAttributeClass

public DNCAttributeClass getAttributeClass()
Specified by:
getAttributeClass in class DNCAbstractAttribute

read

public static DNCFreeAttribute read(java.io.DataInput fin)
                             throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2012 Metron, Inc.. All Rights Reserved.