com.metsci.glimpse.charts.vector.parser
Class ENCAttributeInterpreter.ENCAttributeHeader

java.lang.Object
  extended by com.metsci.glimpse.charts.vector.parser.ENCAttributeInterpreter.ENCAttributeHeader
Enclosing class:
ENCAttributeInterpreter

public class ENCAttributeInterpreter.ENCAttributeHeader
extends java.lang.Object


Field Summary
 java.lang.String attributeAcronym
           
 ENCAttributeClass attributeClass
           
 int attributeCode
           
 java.lang.String attributeName
           
 ENCAttributeType attributeType
           
 java.util.HashMap<java.lang.Integer,java.lang.String> valueTable
           
 
Constructor Summary
ENCAttributeInterpreter.ENCAttributeHeader(int code, java.lang.String acronym, java.lang.String name, char type)
           
 
Method Summary
 void setTableValue(int id, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeAcronym

public java.lang.String attributeAcronym

attributeName

public java.lang.String attributeName

attributeCode

public int attributeCode

attributeClass

public ENCAttributeClass attributeClass

attributeType

public ENCAttributeType attributeType

valueTable

public java.util.HashMap<java.lang.Integer,java.lang.String> valueTable
Constructor Detail

ENCAttributeInterpreter.ENCAttributeHeader

public ENCAttributeInterpreter.ENCAttributeHeader(int code,
                                                  java.lang.String acronym,
                                                  java.lang.String name,
                                                  char type)
                                           throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

setTableValue

public void setTableValue(int id,
                          java.lang.String value)


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