|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.change_vision.jude.api.inf.model.IElement
Interface for elements.
Method Summary | |
abstract void |
addStereotype(String stereotype)
Add a stereotype. |
abstract IComment[] |
getComments()
Get Comments. |
abstract String |
getId()
Get ID. |
abstract IElement |
getOwner()
Get Namespace. |
abstract String[] |
getStereotypes()
Get Stereotypes. |
abstract ITaggedValue[] |
getTaggedValues()
Get Tagged Values. |
abstract String |
getTypeModifier()
Get Type Modifier. |
abstract boolean |
isReadOnly()
Check if this element is read only. |
abstract void |
removeStereotype(String stereotype)
Remove a stereotype. |
abstract void |
setTypeModifier(String typeModifier)
Set Type Modifier. |
Method Detail |
public abstract String getId()
public abstract IElement getOwner()
public abstract IComment[] getComments()
public abstract String[] getStereotypes()
public abstract void removeStereotype(String stereotype)
stereotype
- Stereotype
InvalidEditingException
- InvalidEditingException occurs.
Keys: ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in JUDE/Community. PARAMETER_ERROR_KEY - if a parameter is not set properly. BAD_TRANSACTION_KEY - Bad Transaction. HAS_EXCEPTION_KEY - if an exception has occurred.
Values: Error messages for exceptions.
public abstract void addStereotype(String stereotype)
stereotype
- Stereotype
InvalidEditingException
- InvalidEditingException occurs.
Keys: ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in JUDE/Community. PARAMETER_ERROR_KEY - if a parameter is not set properly. BAD_TRANSACTION_KEY - Bad Transaction. HAS_EXCEPTION_KEY - if an exception has occurred.
Values: Error messages for exceptions.
public abstract ITaggedValue[] getTaggedValues()
public abstract boolean isReadOnly()
public abstract String getTypeModifier()
public abstract void setTypeModifier(String typeModifier)
typeModifier
- Type Modifier
InvalidEditingException
- InvalidEditingException occurs.
Keys: ILLEGAL_VERSION_ERROR_KEY - if Editing API is used Iin JUDE/Community. INVALID_TYPE_MODIFIER_MODEL_ERROR_KEY - if a Type Modifier cannot be set to the model. BAD_TRANSACTION_KEY - Bad Transaction. HAS_EXCEPTION_KEY - if an exception has occurred.
Values: Error messages for exceptions.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |