COSMOS ${releaseVersion} resource-modeling Project
Public API Specification

org.eclipse.cosmos.rm.repository.provisional.resource
Interface ISMLDefinitionDocument

All Superinterfaces:
ISMLDocument

public interface ISMLDefinitionDocument
extends ISMLDocument

Represents a definition SML document. An object of this type should always have getMetadata().getDocumentType() return ISMLMetadata.DOCUMENT_TYPE_DEFINITION


Method Summary
 java.lang.String retrieveTargetNamespace()
          Retrieves the target name space of this SML definition document.
 
Methods inherited from interface org.eclipse.cosmos.rm.repository.provisional.resource.ISMLDocument
getMetadata, retrieveDocumentFragment
 

Method Detail

retrieveTargetNamespace

java.lang.String retrieveTargetNamespace()
                                         throws RepositoryOperationException
Retrieves the target name space of this SML definition document.

Returns:
The target name space if one exists; null otherwise
Throws:
RepositoryOperationException - In case of an error

COSMOS ${releaseVersion} resource-modeling Project
Public API Specification