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

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

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

Methods in com.metsci.glimpse.charts.vector.parser.attributes that return ENCAttributeValues
 ENCAttributeValues[] ENCListAttribute.getENCAttributeValue()
           
 ENCAttributeValues ENCEnumAttribute.getENCAttributeValue()
           
 

Methods in com.metsci.glimpse.charts.vector.parser.attributes with parameters of type ENCAttributeValues
 void ENCEnumAttribute.setENCAttributeValue(ENCAttributeValues value)
           
 void ENCListAttribute.setENCAttributeValue(ENCAttributeValues[] value)
           
 

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

Methods in com.metsci.glimpse.charts.vector.parser.autogen that return ENCAttributeValues
static ENCAttributeValues ENCAttributeValues.getInstance(int aid, int avid)
           
static ENCAttributeValues ENCAttributeValues.read(java.io.DataInput fin)
           
static ENCAttributeValues ENCAttributeValues.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ENCAttributeValues[] ENCAttributeValues.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 ENCAttributeValues
static void ENCAttributeValues.write(java.io.DataOutputStream fout, ENCAttributeValues attrib)
           
 



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