Package net.opengis.gml311
Interface IndirectEntryType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- IndirectEntryTypeImpl
 
 public interface IndirectEntryType extends EObjectA representation of the model object 'Indirect Entry Type'. An entry in a dictionary of definitions that contains a GML object which references a remote definition object. This entry is expected to be convenient in allowing multiple elements in one XML document to contain short (abbreviated XPointer) references, which are resolved to an external definition provided in a Dictionary element in the same XML document. Specialized descendents of this dictionaryEntry might be restricted in an application schema to allow only including specified types of definitions as valid entries in a dictionary.The following features are supported: - See Also:
- Gml311Package.getIndirectEntryType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DefinitionProxyTypegetDefinitionProxy()Returns the value of the 'Definition Proxy' containment reference.voidsetDefinitionProxy(DefinitionProxyType value)Sets the value of the 'Definition Proxy' containment reference.
 
- 
- 
- 
Method Detail- 
getDefinitionProxyDefinitionProxyType getDefinitionProxy() Returns the value of the 'Definition Proxy' containment reference.If the meaning of the 'Definition Proxy' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Definition Proxy' containment reference.
- See Also:
- setDefinitionProxy(DefinitionProxyType),- Gml311Package.getIndirectEntryType_DefinitionProxy()
 
 - 
setDefinitionProxyvoid setDefinitionProxy(DefinitionProxyType value) Sets the value of the 'Definition Proxy' containment reference.- Parameters:
- value- the new value of the 'Definition Proxy' containment reference.
- See Also:
- getDefinitionProxy()
 
 
- 
 
-