Package android.databinding.tool.expr
Class Dependency
- java.lang.Object
-
- android.databinding.tool.expr.Dependency
-
public class Dependency extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Dependency(Expr dependant, Expr other)Dependency(Expr dependant, Expr other, Expr condition, boolean expectedOutput)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidelevate()ExprgetCondition()ExprgetDependant()booleangetExpectedOutput()ExprgetOther()booleanisConditional()booleanisElevated()booleanisMandatory()voidsetMandatory(boolean mandatory)
-
-
-
Method Detail
-
setMandatory
public void setMandatory(boolean mandatory)
-
isMandatory
public boolean isMandatory()
-
isConditional
public boolean isConditional()
-
getOther
public Expr getOther()
-
getDependant
public Expr getDependant()
-
getExpectedOutput
public boolean getExpectedOutput()
-
getCondition
public Expr getCondition()
-
elevate
public void elevate()
-
isElevated
public boolean isElevated()
-
-