Class CombinedConstraintImpl.CombinedConstraint
- java.lang.Object
-
- de.businesscode.bcdui.binding.rel.impl.CombinedConstraintImpl.CombinedConstraint
-
- All Implemented Interfaces:
AbstractConstrain.Type
- Enclosing class:
- CombinedConstraintImpl
public static class CombinedConstraintImpl.CombinedConstraint extends java.lang.Object implements AbstractConstrain.Type
Default implementation of
-
-
Field Summary
Fields Modifier and Type Field Description static AbstractConstrain.Type
AND
Specifies, that boolean constraints are combined with as booleanAND
.static AbstractConstrain.Type
ANDNOT
static AbstractConstrain.Type
OR
Specifies, that boolean constraints are combined with a booleanOR
.static AbstractConstrain.Type
ORNOT
-
Constructor Summary
Constructors Constructor Description CombinedConstraint(java.lang.String pName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
java.lang.String
toString()
-
-
-
Field Detail
-
AND
public static final AbstractConstrain.Type AND
Specifies, that boolean constraints are combined with as booleanAND
.
-
ANDNOT
public static final AbstractConstrain.Type ANDNOT
-
OR
public static final AbstractConstrain.Type OR
Specifies, that boolean constraints are combined with a booleanOR
.
-
ORNOT
public static final AbstractConstrain.Type ORNOT
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceAbstractConstrain.Type
-
toString
public java.lang.String toString()
- Specified by:
toString
in interfaceAbstractConstrain.Type
- Overrides:
toString
in classjava.lang.Object
-
-