public enum

Constraint.Side

extends java.lang.Enum<Constraint.Side>

 java.lang.Object

↳java.lang.Enum<Constraint.Side>

↳androidx.constraintlayout.core.dsl.Constraint.Side

Summary

Enum Constants
BASELINE
BOTTOM
END
LEFT
RIGHT
START
TOP
Methods
public static Constraint.SidevalueOf(java.lang.String name)

public static Constraint.Sidevalues()

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

LEFT

RIGHT

TOP

BOTTOM

START

END

BASELINE

Methods

public static Constraint.Side values()

public static Constraint.Side valueOf(java.lang.String name)