|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRPStereotype
The IRPStereotype interface represents sterotypes in Rational Rhapsody models.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.telelogic.rhapsody.core.IRPModelElement |
---|
IRPModelElement.OSLCLink |
Method Summary | |
---|---|
void |
addMetaClass(java.lang.String metaClass)
Adds a metaclass to the list of metaclasses that the stereotype can be applied to. |
java.lang.String |
getIcon()
Gets the full path for the image file that is associated with this stereotype. |
int |
getIsNewTerm()
Checks whether the stereotype is a "new term" stereotype. |
java.lang.String |
getOfMetaClass()
Gets the names of the metaclasses that the stereotype can be applied to. |
void |
removeMetaClass(java.lang.String metaClass)
Removes a metaclass from the list of metaclasses that the stereotype can be applied to. |
void |
setIsNewTerm(int isNewTerm)
Used to change a stereotype to a "new term" stereotype, or change a "new term" stereotype to an ordinary stereotype. |
Methods inherited from interface com.telelogic.rhapsody.core.IRPUnit |
---|
copyToAnotherProject, getAddToModelMode, getCMHeader, getCMState, getCurrentDirectory, getFilename, getIncludeInNextLoad, getIsStub, getLanguage, getLastModifiedTime, getNestedSaveUnits, getNestedSaveUnitsCount, getStructureDiagrams, isReadOnly, isReferenceUnit, isSeparateSaveUnit, load, moveToAnotherProjectLeaveAReference, referenceToAnotherProject, save, setCMHeader, setFilename, setIncludeInNextLoad, setLanguage, setReadOnly, setSeparateSaveUnit, setUnitPath, unload |
Method Detail |
---|
void addMetaClass(java.lang.String metaClass)
metaClass
- the metaclass to add. Note that this string parameter can only contain the name of one metaclass. Adding multiple metaclasses requires multiple calls of this method.java.lang.String getIcon()
int getIsNewTerm()
java.lang.String getOfMetaClass()
void removeMetaClass(java.lang.String metaClass)
metaClass
- the metaclass to remove. Note that this string parameter can only contain the name of one metaclass. Removing multiple metaclasses requires multiple calls of this method.void setIsNewTerm(int isNewTerm)
isNewTerm
- Use 1 to change the stereotype to a "new term" stereotype. Use 0 to change a "new term" stereotype to an ordinary stereotype.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |