android.databinding.tool.reflection
Class Callable
java.lang.Object
android.databinding.tool.reflection.Callable
public class Callable
- extends java.lang.Object
Constructor Summary |
Callable(Callable.Type type,
java.lang.String name,
java.lang.String setterName,
ModelClass resolvedType,
int parameterCount,
int flags)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DYNAMIC
public static final int DYNAMIC
- See Also:
- Constant Field Values
CAN_BE_INVALIDATED
public static final int CAN_BE_INVALIDATED
- See Also:
- Constant Field Values
STATIC
public static final int STATIC
- See Also:
- Constant Field Values
type
public final Callable.Type type
name
public final java.lang.String name
setterName
public final java.lang.String setterName
resolvedType
public final ModelClass resolvedType
Callable
public Callable(Callable.Type type,
java.lang.String name,
java.lang.String setterName,
ModelClass resolvedType,
int parameterCount,
int flags)
getTypeCodeName
public java.lang.String getTypeCodeName()
getParameterCount
public int getParameterCount()
isDynamic
public boolean isDynamic()
isStatic
public boolean isStatic()
canBeInvalidated
public boolean canBeInvalidated()
getMinApi
public int getMinApi()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object