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.java32 public abstract class ModelClass { class
36 * @return whether this ModelClass represents an array.
47 public abstract ModelClass getComponentType();
50 * @return Whether or not this ModelClass can be treated as a List. This means
54 for (ModelClass listType : ModelAnalyzer.getInstance().getListTypes()) {
65 * @return whether or not this ModelClass can be considered a Map or not.
72 * @return whether or not this ModelClass is a java.lang.String.
79 * @return whether or not this ModelClass represents a Reference type.
84 * @return whether or not this ModelClass represents a primitive type.
89 * @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 2440 milliseconds