|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.validation.preferences.EMFModelValidationPreferences
Preferences manager for the EMF model validation plug-in.
Method Summary | |
---|---|
static boolean |
isConstraintDisabled(java.lang.String id)
Queries whether the specified constraint ID is disabled. |
static boolean |
isConstraintDisabledByDefault(java.lang.String id)
Queries whether the specified constraint ID is disabled
by default. |
static void |
save()
Saves the preferences. |
static void |
setConstraintDisabled(java.lang.String id,
boolean disabled)
Sets whether the specified constraint id is disabled. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void save()
public static boolean isConstraintDisabled(java.lang.String id)
ID
is disabled.
id
- the constraint ID
public static boolean isConstraintDisabledByDefault(java.lang.String id)
ID
is disabled
by default.
id
- the constraint ID
public static void setConstraintDisabled(java.lang.String id, boolean disabled)
id
is disabled.
id
- the constraint IDdisabled
- whether it is disabled
|
Copyright 2002, 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |