com.metsci.glimpse.charts.vector.parser.objects
Class DNCAttributeType

java.lang.Object
  extended by com.metsci.glimpse.charts.vector.parser.objects.DNCAttributeType
All Implemented Interfaces:
GeoAttributeType

public class DNCAttributeType
extends java.lang.Object
implements GeoAttributeType

Author:
john

Field Summary
static DNCAttributeType FACCCode
           
static DNCAttributeType NAM
           
 
Method Summary
 boolean equals(DNCAttributeType otherType)
           
 boolean equals(java.lang.Object other)
           
static DNCAttributeType getInstance(java.lang.String c)
           
 int hashCode()
           
 java.lang.String name()
           
static DNCAttributeType read(java.io.DataInput fin)
           
 java.lang.String toString()
           
 void write(java.io.DataOutputStream fout)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

FACCCode

public static DNCAttributeType FACCCode

NAM

public static DNCAttributeType NAM
Method Detail

getInstance

public static DNCAttributeType getInstance(java.lang.String c)

name

public java.lang.String name()
Specified by:
name in interface GeoAttributeType

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

equals

public boolean equals(DNCAttributeType otherType)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

write

public void write(java.io.DataOutputStream fout)
           throws java.io.IOException
Throws:
java.io.IOException

read

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


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