|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.expressions.PropertyTester
eu.esdihumboldt.hale.ui.service.entity.internal.tester.InstanceContextTester
public class InstanceContextTester
Tester for properties related to instance contexts
Field Summary | |
---|---|
static String |
NAMESPACE
The property namespace for this tester. |
static String |
PROPERTY_ALLOW_ADD_CONDITION
The property that specifies if adding a new condition context index is allowed. |
static String |
PROPERTY_ALLOW_ADD_INDEX
The property that specifies if adding a new instance context index is allowed. |
static String |
PROPERTY_ALLOW_ADD_NAMED
The property that specifies if adding a new named instance context is allowed. |
static String |
PROPERTY_ALLOW_REMOVE
The property that specifies if removing the instance context is allowed. |
static String |
PROPERTY_CONDITION_CONTEXT
The property that specifies if an entity definition has a condition context. |
static String |
PROPERTY_INDEX_CONTEXT
The property that specifies if an entity definition has a context index. |
static String |
PROPERTY_NAMED_CONTEXT
The property that specifies if an entity definition has a named context other than the default context. |
Constructor Summary | |
---|---|
InstanceContextTester()
|
Method Summary | |
---|---|
boolean |
test(Object receiver,
String property,
Object[] args,
Object expectedValue)
|
Methods inherited from class org.eclipse.core.expressions.PropertyTester |
---|
handles, instantiate, internalCreateDescriptor, internalInitialize, isDeclaringPluginActive, isInstantiated |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NAMESPACE
public static final String PROPERTY_ALLOW_ADD_NAMED
public static final String PROPERTY_ALLOW_ADD_INDEX
public static final String PROPERTY_ALLOW_ADD_CONDITION
public static final String PROPERTY_ALLOW_REMOVE
public static final String PROPERTY_NAMED_CONTEXT
public static final String PROPERTY_INDEX_CONTEXT
public static final String PROPERTY_CONDITION_CONTEXT
Constructor Detail |
---|
public InstanceContextTester()
Method Detail |
---|
public boolean test(Object receiver, String property, Object[] args, Object expectedValue)
IPropertyTester.test(Object, String, Object[], Object)
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |