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

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


public interface ISMLIFIdentity

An SML-IF identity is used to retrieve the fields that are included under the SML-IF identity section


Method Summary
 java.lang.String getBaseURI()
          Returns the base URI of the SML-IF document
 java.lang.String getDescription()
          Returns the description of the SML-IF document
 java.lang.String getDisplayName()
          Returns the display name of the SML-IF document
 java.lang.String getId()
          Retrieves the ID of the SML-IF document, which is implementation specific.
 java.lang.String getName()
          Returns the name of the SML-IF document
 java.lang.String getVersion()
          Returns the version of the SML-IF document
 

Method Detail

getId

java.lang.String getId()
Retrieves the ID of the SML-IF document, which is implementation specific.

Returns:
The id

getName

java.lang.String getName()
Returns the name of the SML-IF document

Returns:
The name of the SML-IF document

getVersion

java.lang.String getVersion()
Returns the version of the SML-IF document

Returns:
The version of the SML-IF document

getDisplayName

java.lang.String getDisplayName()
Returns the display name of the SML-IF document

Returns:
The display name

getBaseURI

java.lang.String getBaseURI()
Returns the base URI of the SML-IF document

Returns:
The base URI of the SML-IF document

getDescription

java.lang.String getDescription()
Returns the description of the SML-IF document

Returns:
The description of the SML-IF document

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