public interface PublishableElement extends ModelElement
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
boolean |
isVisibleInDoc()
Returns the value of the 'Visible In Doc' attribute.
|
boolean |
isVisibleInLM()
Returns the value of the 'Visible In LM' attribute.
|
void |
setVisibleInDoc(boolean value)
Sets the value of the '
Visible In Doc' attribute. |
void |
setVisibleInLM(boolean value)
Sets the value of the '
Visible In LM' attribute. |
destroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsboolean isVisibleInDoc()
"true".
If the meaning of the 'Visible In Doc' attribute isn't clear, there really should be more of a description here...
setVisibleInDoc(boolean),
ModellingcorePackage.getPublishableElement_VisibleInDoc()void setVisibleInDoc(boolean value)
Visible In Doc' attribute.
value - the new value of the 'Visible In Doc' attribute.isVisibleInDoc()boolean isVisibleInLM()
"true".
If the meaning of the 'Visible In LM' attribute isn't clear, there really should be more of a description here...
setVisibleInLM(boolean),
ModellingcorePackage.getPublishableElement_VisibleInLM()void setVisibleInLM(boolean value)
Visible In LM' attribute.
value - the new value of the 'Visible In LM' attribute.isVisibleInLM()