com.esri.core.internal.value
Class LayerRelationship

java.lang.Object
  extended by com.esri.core.internal.value.LayerRelationship

public class LayerRelationship
extends Object


Constructor Summary
LayerRelationship()
           
 
Method Summary
 int getId()
          Gets the id.
 String getName()
          Gets the name.
 int getRelatedTableId()
          Gets the related table id.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LayerRelationship

public LayerRelationship()
Method Detail

getId

public int getId()
Gets the id.

Returns:
the id

getName

public String getName()
Gets the name.

Returns:
the name

getRelatedTableId

public int getRelatedTableId()
Gets the related table id.

Returns:
the related table id

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.