Uses of Class
com.metsci.glimpse.charts.vector.parser.autogen.ENCAttributeType

Packages that use ENCAttributeType
com.metsci.glimpse.charts.vector.parser   
com.metsci.glimpse.charts.vector.parser.attributes   
com.metsci.glimpse.charts.vector.parser.autogen   
com.metsci.glimpse.charts.vector.parser.objects   
 

Uses of ENCAttributeType in com.metsci.glimpse.charts.vector.parser
 

Fields in com.metsci.glimpse.charts.vector.parser declared as ENCAttributeType
 ENCAttributeType ENCAttributeInterpreter.ENCAttributeHeader.attributeType
           
 

Uses of ENCAttributeType in com.metsci.glimpse.charts.vector.parser.attributes
 

Methods in com.metsci.glimpse.charts.vector.parser.attributes that return ENCAttributeType
 ENCAttributeType ENCAbstractAttribute.getAttributeType()
           
 ENCAttributeType AttributeDescription.getAttributeType()
           
 

Methods in com.metsci.glimpse.charts.vector.parser.attributes with parameters of type ENCAttributeType
 void ENCAbstractAttribute.setAttributeType(ENCAttributeType type)
           
 

Constructors in com.metsci.glimpse.charts.vector.parser.attributes with parameters of type ENCAttributeType
AttributeDescription(ENCAttributeType attributeType, ENCAttributeClass attributeClass)
           
AttributeDescription(ENCAttributeType attributeType, ENCAttributeClass attributeClass, java.lang.String value)
           
 

Uses of ENCAttributeType in com.metsci.glimpse.charts.vector.parser.autogen
 

Methods in com.metsci.glimpse.charts.vector.parser.autogen that return ENCAttributeType
static ENCAttributeType ENCAttributeType.getInstance(int c)
           
static ENCAttributeType ENCAttributeType.read(java.io.DataInput fin)
           
static ENCAttributeType ENCAttributeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ENCAttributeType[] ENCAttributeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.metsci.glimpse.charts.vector.parser.autogen with parameters of type ENCAttributeType
static void ENCAttributeType.write(java.io.DataOutputStream fout, ENCAttributeType attrib)
           
 

Uses of ENCAttributeType in com.metsci.glimpse.charts.vector.parser.objects
 

Methods in com.metsci.glimpse.charts.vector.parser.objects with parameters of type ENCAttributeType
 ENCAbstractAttribute ENCObject.getAbstractAttribute(ENCAttributeType type)
           
 ENCCodedAttribute ENCObject.getCodedAttribute(ENCAttributeType type)
           
 ENCEnumAttribute ENCObject.getEnumAttribute(ENCAttributeType type)
           
 ENCFloatAttribute ENCObject.getFloatAttribute(ENCAttributeType type)
           
 ENCFreeAttribute ENCObject.getFreeAttribute(ENCAttributeType type)
           
 ENCIntAttribute ENCObject.getIntAttribute(ENCAttributeType type)
           
 ENCListAttribute ENCObject.getListAttribute(ENCAttributeType type)
           
 



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