public interface Customization extends FacetSet
The following features are supported:
CustomPackage.getCustomization()| Modifier and Type | Method and Description |
|---|---|
boolean |
isMustBeLoadedByDefault()
Returns the value of the 'Must Be Loaded By Default' attribute.
|
void |
setMustBeLoadedByDefault(boolean value)
Sets the value of the '
Must Be Loaded By Default' attribute. |
getCategories, getFacetSetsgetDocumentation, setDocumentationboolean isMustBeLoadedByDefault()
"false".
When Customization::mustBeloadedByDefault is true, the customization will be automatically loaded in the customizable model browsers.
setMustBeLoadedByDefault(boolean),
CustomPackage.getCustomization_MustBeLoadedByDefault()void setMustBeLoadedByDefault(boolean value)
Must Be Loaded By Default' attribute.
value - the new value of the 'Must Be Loaded By Default' attribute.isMustBeLoadedByDefault()