public class

InheritedDomain

extends Domain
java.lang.Object
   ↳ com.esri.core.map.Domain
     ↳ com.esri.core.map.InheritedDomain

Class Overview

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.

Summary

[Expand]
Inherited Fields
From class com.esri.core.map.Domain
Public Constructors
InheritedDomain(String domainName)
Instantiates a InheritedDomain with the given name.
InheritedDomain()
Instantiates an empty object of InheritedDomain.
Public Methods
String getType()
Gets the type of the InheritedDomain.
String toString()
[Expand]
Inherited Methods
From class com.esri.core.map.Domain
From class java.lang.Object

Public Constructors

public InheritedDomain (String domainName)

Instantiates a InheritedDomain with the given name.

Parameters
domainName domain name

public InheritedDomain ()

Instantiates an empty object of InheritedDomain.

Public Methods

public String getType ()

Gets the type of the InheritedDomain. It is always "inherited".

Returns
  • Returns the type.

public String toString ()