public enum

Helper.Type

extends java.lang.Enum<Helper.Type>

 java.lang.Object

↳java.lang.Enum<Helper.Type>

↳androidx.constraintlayout.core.dsl.Helper.Type

Summary

Enum Constants
BARRIER
HORIZONTAL_CHAIN
HORIZONTAL_GUIDELINE
VERTICAL_CHAIN
VERTICAL_GUIDELINE
Methods
public static Helper.TypevalueOf(java.lang.String name)

public static Helper.Typevalues()

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

VERTICAL_GUIDELINE

HORIZONTAL_GUIDELINE

VERTICAL_CHAIN

HORIZONTAL_CHAIN

BARRIER

Methods

public static Helper.Type values()

public static Helper.Type valueOf(java.lang.String name)