Searched defs:ModelClass (Results 1 - 2 of 2) sorted by relevance

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
H A DModelClass.java30 public abstract class ModelClass { class
34 * @return whether this ModelClass represents an array.
45 public abstract ModelClass getComponentType();
48 * @return Whether or not this ModelClass can be treated as a List. This means
52 for (ModelClass listType : ModelAnalyzer.getInstance().getListTypes()) {
63 * @return whether or not this ModelClass can be considered a Map or not.
70 * @return whether or not this ModelClass is a java.lang.String.
77 * @return whether or not this ModelClass represents a Reference type.
82 * @return whether or not this ModelClass represents a primitive type.
87 * @return whether or not this ModelClass represent
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1162 milliseconds