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.java31 public abstract class ModelClass { class
35 * @return whether this ModelClass represents an array.
46 public abstract ModelClass getComponentType();
49 * @return Whether or not this ModelClass can be treated as a List. This means
53 for (ModelClass listType : ModelAnalyzer.getInstance().getListTypes()) {
64 * @return whether or not this ModelClass can be considered a Map or not.
71 * @return whether or not this ModelClass is a java.lang.String.
78 * @return whether or not this ModelClass represents a Reference type.
83 * @return whether or not this ModelClass represents a primitive type.
88 * @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 2063 milliseconds