com.esri.core.map
Class InheritedDomain
java.lang.Object
com.esri.core.map.Domain
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.
- Since:
- 1.0
- See Also:
- Serialized Form
InheritedDomain
public InheritedDomain(String domainName)
- Instantiates a InheritedDomain with the given name.
- Parameters:
domainName
- domain name- Since:
- 1.0
InheritedDomain
public InheritedDomain()
- Instantiates an empty object of InheritedDomain.
- Since:
- 1.0
getType
public String getType()
- Gets the type of the InheritedDomain. It is always "inherited".
- Returns:
- Returns the type.
- Since:
- 1.0
toString
public String toString()
- Overrides:
toString
in class Object
- Since:
- 1.0
Copyright © 2012. All Rights Reserved.