Modifier and Type | Field and Description |
---|---|
static String |
MetaclassName |
Modifier and Type | Method and Description |
---|---|
byte[] |
getByteContent() |
String |
getContent()
Getter for the Content meta class attribute.
|
INoteType |
getLocalModel()
Get the LocalModel association.
|
IModelElement |
getLocalSubject()
Get the LocalSubject association.
|
String |
getName()
Getter for the Name meta class attribute.
|
boolean |
isVisible()
Getter for the IsVisible meta class attribute.
|
void |
setByteContent(byte[] value) |
void |
setContent(String value)
Setter for the 'Content' meta class attribute
|
void |
setLocalModel(INoteType element)
Setter for the 'LocalModel' [1..1] association.
|
void |
setLocalSubject(IModelElement element)
Setter for the 'LocalSubject' [0..1] association.
|
void |
setName(String value)
Setter for the 'Name' meta class attribute
|
void |
setVisible(boolean value)
Setter for the 'IsVisible' meta class attribute
|
accept, addcausing, cardcausing, cardcausing, compareTo, delete, equals, getcausing, getcausing, getCompositionOwner, getElementStatus, getHid, getIdentifier, getLid, getMetaclassId, getMetaclassName, getmodifDate, getSessionId, hashCode, isValid, removecausing, setmodifDate, toString
static final String MetaclassName
byte[] getByteContent()
void setByteContent(byte[] value)
String getName()
void setName(String value)
value
- the new 'Name' value.String getContent()
void setContent(String value)
value
- the new 'Content' value.boolean isVisible()
void setVisible(boolean value)
value
- the new 'IsVisible' value.IModelElement getLocalSubject()
void setLocalSubject(IModelElement element)
element
- The element to set.INoteType getLocalModel()
void setLocalModel(INoteType element)
element
- The element to set.