android.databinding.tool.expr
Class Dependency
java.lang.Object
android.databinding.tool.expr.Dependency
public class Dependency
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Dependency
public Dependency(Expr dependant,
Expr other)
Dependency
public Dependency(Expr dependant,
Expr other,
Expr condition,
boolean expectedOutput)
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()