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

java.lang.Object
  extended by com.metsci.glimpse.charts.vector.parser.attributes.AttributeDescription

public class AttributeDescription
extends java.lang.Object


Constructor Summary
AttributeDescription(ENCAttributeType attributeType, ENCAttributeClass attributeClass)
           
AttributeDescription(ENCAttributeType attributeType, ENCAttributeClass attributeClass, java.lang.String value)
           
 
Method Summary
 ENCAttributeClass getAttributeClass()
           
 ENCAttributeType getAttributeType()
           
 java.lang.String getValueAsString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeDescription

public AttributeDescription(ENCAttributeType attributeType,
                            ENCAttributeClass attributeClass)

AttributeDescription

public AttributeDescription(ENCAttributeType attributeType,
                            ENCAttributeClass attributeClass,
                            java.lang.String value)
Method Detail

getAttributeType

public ENCAttributeType getAttributeType()

getAttributeClass

public ENCAttributeClass getAttributeClass()

getValueAsString

public java.lang.String getValueAsString()


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