com.esri.core.map
Class InheritedDomain

java.lang.Object
  extended by com.esri.core.map.Domain
      extended by com.esri.core.map.InheritedDomain
All Implemented Interfaces:
Serializable

public class InheritedDomain
extends Domain

The InheritedDomain class represents the 'Inherited Domain'. Inherited domains apply to domains on sub-types. It implies that the domain for a field at the subtype level is the same as the domain for the field at the layer level.

See Also:
Serialized Form

Constructor Summary
InheritedDomain()
          Instantiates an empty object of InheritedDomain.
InheritedDomain(String domainName)
          Instantiates a InheritedDomain with the given name.
 
Method Summary
 String getType()
          Gets the type of the InheritedDomain.
 String toString()
           
 
Methods inherited from class com.esri.core.map.Domain
fromJson, getDomainName, setDomainName, toJson
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InheritedDomain

public InheritedDomain(String domainName)
Instantiates a InheritedDomain with the given name.

Parameters:
domainName - domain name

InheritedDomain

public InheritedDomain()
Instantiates an empty object of InheritedDomain.

Method Detail

getType

public String getType()
Gets the type of the InheritedDomain. It is always "inherited".

Returns:
Returns the type.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.