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

org.eclipse.cosmos.rm.repository.internal.application
Interface ISMLResourceBase

All Known Subinterfaces:
ISMLResourceFacet, ISMLResourceInstance, ISMLResourceProperty
All Known Implementing Classes:
AbstractSMLFragment, SMLFileResourceFacet, SMLFileResourceInstance, SMLResourceProperty

public interface ISMLResourceBase

The base API used by the elements of the data center model


Method Summary
 boolean isReference()
          Indicates whether this item is a reference or not
 java.lang.String retrieveDescription()
          Retrieves and returns the description of this item
 java.lang.String retrieveDisplayName()
          Retrieves and returns the display name of this item
 java.lang.String retrieveName()
          Retrieves and returns the name of this item
 

Method Detail

isReference

boolean isReference()
Indicates whether this item is a reference or not

Returns:
true if this item is a reference; false otherwise

retrieveName

java.lang.String retrieveName()
Retrieves and returns the name of this item

Returns:
The name of this item

retrieveDisplayName

java.lang.String retrieveDisplayName()
Retrieves and returns the display name of this item

Returns:
The display name of this item

retrieveDescription

java.lang.String retrieveDescription()
Retrieves and returns the description of this item

Returns:
The description of this item

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