com.esri.core.internal.value
Class Table

java.lang.Object
  extended by com.esri.core.internal.value.Table
All Implemented Interfaces:
Serializable

public class Table
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Table()
           
 
Method Summary
 boolean equals(Object obj)
           
static Table fromJson(org.codehaus.jackson.JsonParser parser)
           
 int getId()
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Table

public Table()
Method Detail

getId

public int getId()

getName

public String getName()

fromJson

public static Table fromJson(org.codehaus.jackson.JsonParser parser)
                      throws Exception
Throws:
Exception

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012. All Rights Reserved.