org.isam.exehda.services
Class CellInformationBase.CompositeSelectionConstraint
java.lang.Object
|
+--org.isam.exehda.services.CellInformationBase.SelectionConstraint
|
+--org.isam.exehda.services.CellInformationBase.CompositeSelectionConstraint
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- CellInformationBase
- public static class CellInformationBase.CompositeSelectionConstraint
- extends CellInformationBase.SelectionConstraint
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
M_AND
public static final int M_AND
- See Also:
- Constant Field Values
M_OR
public static final int M_OR
- See Also:
- Constant Field Values
M_XOR
public static final int M_XOR
- See Also:
- Constant Field Values
CellInformationBase.CompositeSelectionConstraint
public CellInformationBase.CompositeSelectionConstraint(int mode)
- Creates a new
CompositeSelectionConstraint
instance.
- Parameters:
mode
- an int
value
addConstraint
public void addConstraint(CellInformationBase.SelectionConstraint c)
- Describe
addConstraint
method here.
- Parameters:
c
- a SelectionConstraint
value
match
public boolean match(CellInformationBase.Resource r)
- Describe
match
method here.
- Specified by:
match
in class CellInformationBase.SelectionConstraint
- Parameters:
r
- a Resource
value
- Returns:
- a
boolean
value
constraints
public java.util.Enumeration constraints()
getMode
public int getMode()