public enum

CustomAttribute.AttributeType

extends java.lang.Enum<CustomAttribute.AttributeType>

 java.lang.Object

↳java.lang.Enum<CustomAttribute.AttributeType>

↳androidx.constraintlayout.core.motion.CustomAttribute.AttributeType

Summary

Enum Constants
BOOLEAN_TYPE
COLOR_DRAWABLE_TYPE
COLOR_TYPE
DIMENSION_TYPE
FLOAT_TYPE
INT_TYPE
REFERENCE_TYPE
STRING_TYPE
Methods
public static CustomAttribute.AttributeTypevalueOf(java.lang.String name)

public static CustomAttribute.AttributeTypevalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

INT_TYPE

FLOAT_TYPE

COLOR_TYPE

COLOR_DRAWABLE_TYPE

STRING_TYPE

BOOLEAN_TYPE

DIMENSION_TYPE

REFERENCE_TYPE

Methods

public static CustomAttribute.AttributeType values()

public static CustomAttribute.AttributeType valueOf(java.lang.String name)