Package org.openl.rules.dt.element
Class ConditionCasts
- java.lang.Object
-
- org.openl.rules.dt.element.ConditionCasts
-
public final class ConditionCasts extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanatLeastOneExists()ObjectcastToConditionType(Object value)ObjectcastToInputType(Object value)IOpenCastgetCastToConditionType()IOpenCastgetCastToInputType()booleanisCastToConditionTypeExists()booleanisCastToInputTypeExists()
-
-
-
Method Detail
-
getCastToConditionType
public IOpenCast getCastToConditionType()
-
getCastToInputType
public IOpenCast getCastToInputType()
-
atLeastOneExists
public boolean atLeastOneExists()
-
isCastToConditionTypeExists
public boolean isCastToConditionTypeExists()
-
isCastToInputTypeExists
public boolean isCastToInputTypeExists()
-
-