|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MetaclassInstancesAdapterWithFacet.RefreshStrategy>
org.eclipse.gmt.modisco.infra.facet.core.adapters.instances.MetaclassInstancesAdapterWithFacet.RefreshStrategy
public static enum MetaclassInstancesAdapterWithFacet.RefreshStrategy
How to refresh Facets when a model element is modified
Enum Constant Summary | |
---|---|
All
Recompute everything (can be very slow on big models, or with many Facets) |
|
ContainmentHierarchy
Refresh the modified element and all its parents (slower) |
|
Element
Refresh the modified element (reasonably fast) |
|
None
Do nothing (the user has to refresh manually) |
Method Summary | |
---|---|
static MetaclassInstancesAdapterWithFacet.RefreshStrategy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MetaclassInstancesAdapterWithFacet.RefreshStrategy[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final MetaclassInstancesAdapterWithFacet.RefreshStrategy None
public static final MetaclassInstancesAdapterWithFacet.RefreshStrategy Element
public static final MetaclassInstancesAdapterWithFacet.RefreshStrategy ContainmentHierarchy
public static final MetaclassInstancesAdapterWithFacet.RefreshStrategy All
Method Detail |
---|
public static final MetaclassInstancesAdapterWithFacet.RefreshStrategy[] values()
for(MetaclassInstancesAdapterWithFacet.RefreshStrategy c : MetaclassInstancesAdapterWithFacet.RefreshStrategy.values()) System.out.println(c);
public static MetaclassInstancesAdapterWithFacet.RefreshStrategy valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |