|
COSMOS ${releaseVersion} resource-modeling Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISMLMetadata
Represents the meta information of an SML document
| Field Summary | |
|---|---|
static int |
DOCUMENT_TYPE_DEFINITION
Represents the definition document type |
static int |
DOCUMENT_TYPE_INSTANCE
Represents the instance document type |
static int |
DOCUMENT_TYPE_NONE
Indicates an unknown document type |
| Method Summary | |
|---|---|
java.lang.String[] |
getAliases()
Retrieves and returns the aliases of the associated SML document |
java.util.Map |
getBoundRules()
Retrieves and returns the bound rules of the associated SML document The returned map is expected to be indexed based on the alias that the rule is bound to |
int |
getDocumentType()
Returns the document type |
java.lang.String |
getId()
Retrieves and returns the id of the associated SML document. |
java.lang.String |
getRootElementName()
Retrieves and returns the root element name of the associated SML document. |
| Field Detail |
|---|
static final int DOCUMENT_TYPE_NONE
static final int DOCUMENT_TYPE_DEFINITION
static final int DOCUMENT_TYPE_INSTANCE
| Method Detail |
|---|
int getDocumentType()
DOCUMENT_TYPE_DEFINITION if the associated document is of type
definition or DOCUMENT_TYPE_INSTANCE if the associated document is of type
instance.java.lang.String getId()
java.lang.String getRootElementName()
java.lang.String[] getAliases()
java.util.Map getBoundRules()
|
COSMOS ${releaseVersion} resource-modeling Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||