|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.common.object.DefaultPropertyDefinitionFilter
public class DefaultPropertyDefinitionFilter
Field Summary |
---|
Fields inherited from interface com.metamatrix.common.object.PropertyDefinitionFilter |
---|
DISABLE, ENABLE, EXPERT, HIDE, NA, REMOVE |
Constructor Summary | |
---|---|
DefaultPropertyDefinitionFilter()
Constructor for DefaultPropertyDefinitionFilter. |
Method Summary | |
---|---|
boolean |
canFilter(PropertiedObject obj)
Determine whether the given PropertiedObject is applicable to this filter. |
int |
filter(PropertiedObjectEditor editor,
PropertiedObject obj,
PropertyDefinition defn)
Return the filter code indicating how this PropertyDefinition associated with the specified PropertiedObject instance should be treated by the calling method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultPropertyDefinitionFilter()
Method Detail |
---|
public boolean canFilter(PropertiedObject obj)
PropertyDefinitionFilter
canFilter
in interface PropertyDefinitionFilter
obj
- the PropertiedObject instance to check
PropertyDefinitionFilter.canFilter(PropertiedObject)
public int filter(PropertiedObjectEditor editor, PropertiedObject obj, PropertyDefinition defn)
PropertyDefinitionFilter
filter
in interface PropertyDefinitionFilter
editor
- PropertiedObjectEditor instance to use in the filter.obj
- the PropertiedObject instance the definition is associated with.defn
- the PropertyDefinition instance to check.
PropertyDefinitionFilter.filter(PropertiedObjectEditor, PropertiedObject, PropertyDefinition)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |